Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla committed Apr 20, 2017
1 parent 75df30b commit b01128c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.0 (2017-04-20)
- Add Server information support ([#14](https://github.com/kontena/kong-client-ruby/pull/14))
- Add optional attributes to Api
([#13](https://github.com/kontena/kong-client-ruby/pull/13))
- Fix Plugin#create and #update to save config properly
([#12](https://github.com/kontena/kong-client-ruby/pull/12))

# 0.1.2 (2017-01-12)
- Add JWT support ([#2](https://github.com/kontena/kong-client-ruby/pull/2))
- Allow to properly set a custom api_url ([#4](https://github.com/kontena/kong-client-ruby/pull/4))
Expand Down
2 changes: 1 addition & 1 deletion lib/kong/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kong
VERSION = '0.1.2'.freeze
VERSION = '0.2.0'.freeze
end

0 comments on commit b01128c

Please sign in to comment.