From 73ff6a6c6dce42ff461b71567f3ff521b0d26bcf Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Mon, 4 Feb 2019 16:23:41 +0100 Subject: [PATCH] release 0.6.0 --- CHANGELOG.md | 17 ++++++++++++++++- lib/3scale_toolbox/version.rb | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca392c3..0ff16a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.6.0] + +### Added +- Manage 3scale instance with [remotes](https://github.com/3scale/3scale_toolbox/blob/v0.6.0/docs/remotes.md), [#53](https://github.com/3scale/3scale_toolbox/pull/53) +- Global error handler. [#73](https://github.com/3scale/3scale_toolbox/pull/73) +- Unit tests. [#72](https://github.com/3scale/3scale_toolbox/pull/72) +- Integration tests. [#75](https://github.com/3scale/3scale_toolbox/pull/75) +- OpenAPI 2.0 (Swagger) import command. [#76](https://github.com/3scale/3scale_toolbox/pull/76) + +### Changed + +### Fixed +- On update service, only include system_name when specified in options. [#68](https://github.com/3scale/3scale_toolbox/pull/68) + ## [0.5.0] ### Added @@ -57,7 +71,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.5.0...HEAD +[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.6.0 [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 diff --git a/lib/3scale_toolbox/version.rb b/lib/3scale_toolbox/version.rb index 6fd3218d..f6318361 100644 --- a/lib/3scale_toolbox/version.rb +++ b/lib/3scale_toolbox/version.rb @@ -1,3 +1,3 @@ module ThreeScaleToolbox - VERSION = '0.5.0' + VERSION = '0.6.0' end