Skip to content

Commit b971357

Browse files
authored
Merge pull request #105 from 3scale/release-1.6.0
release 1.6.0
2 parents 44ca860 + 2f91604 commit b971357

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
55

66
## [Unreleased]
77

8+
## [1.5.0] - 2021-11-23
9+
- Enable keep alive connections [#104](https://github.com/3scale/3scale-api-ruby/pull/104)
10+
811
## [1.5.0] - 2021-11-18
912
- Deprecate ruby 2.5 [#99](https://github.com/3scale/3scale-api-ruby/pull/99)
1013
- Compute code coverage and push to codecov site [#97](https://github.com/3scale/3scale-api-ruby/pull/97)
@@ -173,8 +176,9 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
173176
- Application Plans List & Create
174177
- Usage Limits List, Create & Delete
175178

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
179+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.6.0...HEAD
180+
[1.6.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.6.0
181+
[1.5.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.5.0
178182
[1.4.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
179183
[1.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.3.0
180184
[1.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.2.0

lib/3scale/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ThreeScale
22
module API
3-
VERSION = '1.5.0'.freeze
3+
VERSION = '1.6.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)