Skip to content

Commit 6436f1d

Browse files
authored
Bump version (#32)
1 parent 391af90 commit 6436f1d

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.3.3 (2018-09-07)
2+
- Switch to application json content type ([#28](https://github.com/kontena/kong-client-ruby/pull/28))
3+
- Flatten nested plugin config items ([#27](https://github.com/kontena/kong-client-ruby/pull/27))
4+
5+
# 0.3.2 (2018-02-05)
6+
- Remove Excon version dependency ([#25](https://github.com/kontena/kong-client-ruby/pull/25))
7+
18
# 0.3.1 (2017-10-02)
29
- Use consumer id to retrieve auth keys and tokens ([#19](https://github.com/kontena/kong-client-ruby/pull/19))
310
- Add methods to kong api base attributes ([#21](https://github.com/kontena/kong-client-ruby/pull/21))

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.3.2'.freeze
2+
VERSION = '0.3.3'.freeze
33
end

0 commit comments

Comments
 (0)