File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# 0.3.1 (2017-10-02)
2
9
- Use consumer id to retrieve auth keys and tokens ([ #19 ] ( https://github.com/kontena/kong-client-ruby/pull/19 ) )
3
10
- Add methods to kong api base attributes ([ #21 ] ( https://github.com/kontena/kong-client-ruby/pull/21 ) )
Original file line number Diff line number Diff line change 1
1
module Kong
2
- VERSION = '0.3.2 ' . freeze
2
+ VERSION = '0.3.3 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments