From b01128c5a6450cba82dd28ebb41b716f59588636 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 20 Apr 2017 10:52:06 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ lib/kong/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96ec83..e41467d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/kong/version.rb b/lib/kong/version.rb index 148ea84..d8d69b6 100644 --- a/lib/kong/version.rb +++ b/lib/kong/version.rb @@ -1,3 +1,3 @@ module Kong - VERSION = '0.1.2'.freeze + VERSION = '0.2.0'.freeze end