Skip to content

Commit b01128c

Browse files
committed
Bump version
1 parent 75df30b commit b01128c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.2.0 (2017-04-20)
2+
- Add Server information support ([#14](https://github.com/kontena/kong-client-ruby/pull/14))
3+
- Add optional attributes to Api
4+
([#13](https://github.com/kontena/kong-client-ruby/pull/13))
5+
- Fix Plugin#create and #update to save config properly
6+
([#12](https://github.com/kontena/kong-client-ruby/pull/12))
7+
18
# 0.1.2 (2017-01-12)
29
- Add JWT support ([#2](https://github.com/kontena/kong-client-ruby/pull/2))
310
- Allow to properly set a custom api_url ([#4](https://github.com/kontena/kong-client-ruby/pull/4))

lib/kong/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kong
2-
VERSION = '0.1.2'.freeze
2+
VERSION = '0.2.0'.freeze
33
end

0 commit comments

Comments
 (0)