Skip to content

Commit

Permalink
Merge pull request #200 from 3scale/release-0.12.3
Browse files Browse the repository at this point in the history
release 0.12.3
  • Loading branch information
eguzki authored Jul 8, 2019
2 parents 7bef409 + 552a339 commit 3d51081
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.12.3]

### Fixed
- Verbose mode writes to stderr [#197](https://github.com/3scale/3scale_toolbox/pull/197)
- Fix gemspec file name [#198](https://github.com/3scale/3scale_toolbox/pull/198)

### Changed
- Dockerfile based on ruby-25-centos7 [#196](https://github.com/3scale/3scale_toolbox/pull/196)

## [0.12.0]

### Fix
Expand Down Expand Up @@ -173,7 +182,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.12.0...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.12.3...HEAD
[0.12.3]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.12.3
[0.12.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.12.0
[0.11.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.11.0
[0.10.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.10.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.12.0'
VERSION = '0.12.3'
end
14 changes: 7 additions & 7 deletions licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dependency>
<dependency>
<packageName>3scale_toolbox</packageName>
<version>0.12.0</version>
<version>0.12.3</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -33,7 +33,7 @@
</dependency>
<dependency>
<packageName>bundler</packageName>
<version>1.16.6</version>
<version>1.16.1</version>
<licenses>
<license>
<name>unknown</name>
Expand Down Expand Up @@ -101,7 +101,7 @@
</dependency>
<dependency>
<packageName>hashdiff</packageName>
<version>0.3.8</version>
<version>0.4.0</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -121,7 +121,7 @@
</dependency>
<dependency>
<packageName>license_finder</packageName>
<version>5.7.1</version>
<version>5.8.0</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -161,7 +161,7 @@
</dependency>
<dependency>
<packageName>public_suffix</packageName>
<version>3.0.3</version>
<version>3.1.0</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -201,7 +201,7 @@
</dependency>
<dependency>
<packageName>rspec-expectations</packageName>
<version>3.8.2</version>
<version>3.8.3</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -231,7 +231,7 @@
</dependency>
<dependency>
<packageName>rubyzip</packageName>
<version>1.2.2</version>
<version>1.2.3</version>
<licenses>
<license>
<name>Simplified BSD</name>
Expand Down

0 comments on commit 3d51081

Please sign in to comment.