Skip to content

Commit a8fb511

Browse files
authored
Merge pull request #77 from 3scale/release-0.6.0
release 0.6.0
2 parents ab1dc3e + b1ef7c5 commit a8fb511

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
55

66
## [Unreleased]
77

8+
## [0.6.0] - 2019-06-27
9+
10+
### Changed
11+
- Application find method accepts service ID parameter
12+
813
## [0.5.0] - 2019-06-07
914

1015
### Added
@@ -140,7 +145,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
140145
- Application Plans List & Create
141146
- Usage Limits List, Create & Delete
142147

143-
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.5.0...HEAD
148+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.6.0...HEAD
149+
[0.6.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.6.0
144150
[0.5.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.5.0
145151
[0.4.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.4.0
146152
[0.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.3.0

lib/3scale/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ThreeScale
22
module API
3-
VERSION = '0.5.0'.freeze
3+
VERSION = '0.6.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)