Skip to content

Commit 1d7e0e2

Browse files
authored
Merge pull request #64 from 3scale/release-0.3.0
release 0.3.0
2 parents f8d56fd + 343ce7a commit 1d7e0e2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.3.0] - 2019-05-03
9+
10+
### Added
11+
- List limits per plan and metric
12+
- Update app plan limit
13+
- Operation to set application plan as default
14+
815
## [0.2.0] - 2019-04-16
916

1017
### Added
@@ -97,7 +104,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
97104
- Application Plans List & Create
98105
- Usage Limits List, Create & Delete
99106

100-
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.2.0...HEAD
107+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.3.0...HEAD
108+
[0.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.3.0
101109
[0.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.2.0
102110
[0.1.9]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.1.9
103111
[0.1.8]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.1.8

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.2.0'.freeze
3+
VERSION = '0.3.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)