Skip to content

Commit

Permalink
Bump version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla authored Sep 7, 2018
1 parent 391af90 commit 6436f1d
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.3.3 (2018-09-07)
- Switch to application json content type ([#28](https://github.com/kontena/kong-client-ruby/pull/28))
- Flatten nested plugin config items ([#27](https://github.com/kontena/kong-client-ruby/pull/27))

# 0.3.2 (2018-02-05)
- Remove Excon version dependency ([#25](https://github.com/kontena/kong-client-ruby/pull/25))

# 0.3.1 (2017-10-02)
- Use consumer id to retrieve auth keys and tokens ([#19](https://github.com/kontena/kong-client-ruby/pull/19))
- Add methods to kong api base attributes ([#21](https://github.com/kontena/kong-client-ruby/pull/21))
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.3.2'.freeze
VERSION = '0.3.3'.freeze
end

0 comments on commit 6436f1d

Please sign in to comment.