Skip to content

Commit

Permalink
Merge pull request #103 from 3scale/release-1.5.0
Browse files Browse the repository at this point in the history
release 1.5.0
  • Loading branch information
eguzki authored Nov 18, 2021
2 parents 6e37ef9 + ea371a6 commit 2cdce79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan

## [Unreleased]

## [1.5.0] - 2021-11-18
- Deprecate ruby 2.5 [#99](https://github.com/3scale/3scale-api-ruby/pull/99)
- Compute code coverage and push to codecov site [#97](https://github.com/3scale/3scale-api-ruby/pull/97)
- List applications by account [#102](https://github.com/3scale/3scale-api-ruby/pull/102)

## [1.4.0] - 2021-01-25
- Proxy deploy endpoint [#94](https://github.com/3scale/3scale-api-ruby/pull/94)

Expand Down Expand Up @@ -168,7 +173,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
- Application Plans List & Create
- Usage Limits List, Create & Delete

[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
[1.4.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.4.0
[1.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.3.0
[1.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ThreeScale
module API
VERSION = '1.4.0'.freeze
VERSION = '1.5.0'.freeze
end
end

0 comments on commit 2cdce79

Please sign in to comment.