Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Mar 30, 2016
1 parent 6c2427f commit 31492d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Changed
### Fixed

## [0.2.0] - 2016-03-30
### Added
- `3scale copy service` can copy between different accounts
### Changed
- `3scale copy` changed arguments (from endpoint & provider key to source, see --help)
### Fixed
- `3cale copy help` now prints correct help

## [0.1.1] - 2016-03-16
Expand All @@ -18,6 +25,7 @@ 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.1.1...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.2.0
[0.1.1]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.1.1
[0.1.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.1.0
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.1.1'
VERSION = '0.2.0'
end

0 comments on commit 31492d3

Please sign in to comment.