File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
55
66## [ Unreleased]
77
8+ ## [ 1.4.0] - 2021-01-25
9+ - Proxy deploy endpoint [ #94 ] ( https://github.com/3scale/3scale-api-ruby/pull/94 )
10+
811## [ 1.3.0] - 2021-01-20
912- Service and Backend list methods accept query params [ #92 ] ( https://github.com/3scale/3scale-api-ruby/pull/92 )
1013
@@ -165,7 +168,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
165168- Application Plans List & Create
166169- Usage Limits List, Create & Delete
167170
168- [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.3.0...HEAD
171+ [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.4.0...HEAD
172+ [ 1.4.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
169173[ 1.3.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.3.0
170174[ 1.2.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.2.0
171175[ 1.1.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.1.0
Original file line number Diff line number Diff line change 11module ThreeScale
22 module API
3- VERSION = '1.3 .0' . freeze
3+ VERSION = '1.4 .0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments