Skip to content

Commit c2af769

Browse files
authored
Merge pull request #75 from 3scale/release-0.5.0
release 0.5.0
2 parents c01c31c + 544afdf commit c2af769

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.5.0] - 2019-06-07
9+
810
### Added
911
- Provider Account read
12+
- Account read
13+
- Application update
14+
- Policy Registry methods
15+
- User list
16+
- User create
17+
- User activate
18+
- Account approve
19+
- Account applications list
20+
- Application plan applications list
21+
- Application keys list
22+
- Application key create
23+
- Application accept
24+
- Application suspend
25+
- Application resume
26+
- ProxyConfig show
27+
- ProxyConfig promote
28+
29+
### Fixed
30+
31+
- ProxyConfig list
32+
- ProxyConfig latest
1033

1134
## [0.4.0] - 2019-05-13
1235

@@ -117,7 +140,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
117140
- Application Plans List & Create
118141
- Usage Limits List, Create & Delete
119142

120-
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.4.0...HEAD
143+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.5.0...HEAD
144+
[0.5.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.5.0
121145
[0.4.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.4.0
122146
[0.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.3.0
123147
[0.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.2.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.4.0'.freeze
3+
VERSION = '0.5.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)