File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
55
66## [ Unreleased]
77
8+ ## [ 1.1.0] - 2020-04-17
9+
10+ ### Added
11+ - Pricing rule delete operation [ #87 ] ( https://github.com/3scale/3scale-api-ruby/pull/87 )
12+
813## [ 1.0.0] - 2020-01-23
914
1015### Added
@@ -154,7 +159,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
154159- Application Plans List & Create
155160- Usage Limits List, Create & Delete
156161
157- [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.0.0...HEAD
162+ [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.1.0...HEAD
163+ [ 1.1.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.1.0
158164[ 1.0.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.0.0
159165[ 0.6.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v0.6.0
160166[ 0.5.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v0.5.0
Original file line number Diff line number Diff line change 11module ThreeScale
22 module API
3- VERSION = '1.0 .0' . freeze
3+ VERSION = '1.1 .0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments