Skip to content

Commit f78b8d2

Browse files
authored
Merge pull request #93 from 3scale/release-1.3.0
release 1.3.0
2 parents 410733a + 57f0440 commit f78b8d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.3.0] - 2021-01-20
9+
- Service and Backend list methods accept query params [#92](https://github.com/3scale/3scale-api-ruby/pull/92)
10+
811
## [1.2.0] - 2020-11-02
912
- Return body as exception message [#90](https://github.com/3scale/3scale-api-ruby/pull/90)
1013

@@ -162,7 +165,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
162165
- Application Plans List & Create
163166
- Usage Limits List, Create & Delete
164167

165-
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.2.0...HEAD
168+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.3.0...HEAD
169+
[1.3.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.3.0
166170
[1.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.2.0
167171
[1.1.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.1.0
168172
[1.0.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.0.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.2.0'.freeze
3+
VERSION = '1.3.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)