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