File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module ThreeScale
22 module API
3- VERSION = '0.4 .0' . freeze
3+ VERSION = '0.5 .0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments