We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75df30b commit b01128cCopy full SHA for b01128c
CHANGELOG.md
@@ -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
+
8
# 0.1.2 (2017-01-12)
9
- Add JWT support ([#2](https://github.com/kontena/kong-client-ruby/pull/2))
10
- Allow to properly set a custom api_url ([#4](https://github.com/kontena/kong-client-ruby/pull/4))
lib/kong/version.rb
@@ -1,3 +1,3 @@
module Kong
- VERSION = '0.1.2'.freeze
+ VERSION = '0.2.0'.freeze
end
0 commit comments