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.5.0] - 2021-11-18
9+ - Deprecate ruby 2.5 [ #99 ] ( https://github.com/3scale/3scale-api-ruby/pull/99 )
10+ - Compute code coverage and push to codecov site [ #97 ] ( https://github.com/3scale/3scale-api-ruby/pull/97 )
11+ - List applications by account [ #102 ] ( https://github.com/3scale/3scale-api-ruby/pull/102 )
12+
813## [ 1.4.0] - 2021-01-25
914- Proxy deploy endpoint [ #94 ] ( https://github.com/3scale/3scale-api-ruby/pull/94 )
1015
@@ -168,7 +173,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
168173- Application Plans List & Create
169174- Usage Limits List, Create & Delete
170175
171- [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.4.0...HEAD
176+ [ Unreleased ] : https://github.com/3scale/3scale-api-ruby/compare/v1.5.0...HEAD
177+ [ 1.5.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
172178[ 1.4.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
173179[ 1.3.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.3.0
174180[ 1.2.0 ] : https://github.com/3scale/3scale-api-ruby/releases/tag/v1.2.0
Original file line number Diff line number Diff line change 11module ThreeScale
22 module API
3- VERSION = '1.4 .0' . freeze
3+ VERSION = '1.5 .0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments