From b5394236373c19f14ce572e3df3e7c356be5f693 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 27 Jul 2018 14:36:46 +0200 Subject: [PATCH 1/2] release 0.5.0 --- CHANGELOG.md | 6 ++++++ lib/3scale_toolbox/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c01c25a..1ad38a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [0.5.0] + +### Added + +- Plugin framework [#51](https://github.com/3scale/3scale_toolbox/pull/51) + ## [0.4.0] ### Added diff --git a/lib/3scale_toolbox/version.rb b/lib/3scale_toolbox/version.rb index 697a900e..6fd3218d 100644 --- a/lib/3scale_toolbox/version.rb +++ b/lib/3scale_toolbox/version.rb @@ -1,3 +1,3 @@ module ThreeScaleToolbox - VERSION = '0.4.0' + VERSION = '0.5.0' end From 3835197c8a976a6e328f912043b6c0fb72a766e6 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Thu, 25 Oct 2018 18:45:32 +0200 Subject: [PATCH 2/2] CHANGELOG: updated for 0.5.0 --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad38a40..0ca392c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.5.0] + ### Added +- Plugin framework. [#51](https://github.com/3scale/3scale_toolbox/pull/51) +- Enable insecure connections with a flag for all commands. [#62](https://github.com/3scale/3scale_toolbox/pull/62) +- Documentation enhacement. [#63](https://github.com/3scale/3scale_toolbox/pull/63) ### Changed +- Remove bundler development dependency specific version. [#61](https://github.com/3scale/3scale_toolbox/pull/61) ### Fixed - -## [0.5.0] - -### Added - -- Plugin framework [#51](https://github.com/3scale/3scale_toolbox/pull/51) +- Include all available attributes on copy/update service. [#64](https://github.com/3scale/3scale_toolbox/pull/64) ## [0.4.0] @@ -56,7 +57,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `3scale copy service` command to copy a service including its metrics, methods, application plans and their usage limits -[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.5.0 [0.4.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.4.0 [0.3.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.3.0 [0.2.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.2.0