Skip to content

Commit

Permalink
Merge pull request #89 from 3scale/release-0.6.0
Browse files Browse the repository at this point in the history
release 0.6.0
  • Loading branch information
eguzki authored Feb 5, 2019
2 parents d743a85 + 73ff6a6 commit c3c632a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale_toolbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ThreeScaleToolbox
VERSION = '0.5.0'
VERSION = '0.6.0'
end

0 comments on commit c3c632a

Please sign in to comment.