Skip to content

Commit 9123157

Browse files
authored
Merge pull request #86 from 3scale/release-1.0.0
release 1.0.0
2 parents b8fe6b0 + c7b1797 commit 9123157

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.0.0] - 2020-01-23
9+
10+
### Added
11+
- 3scale Backend endpoints [#84](https://github.com/3scale/3scale-api-ruby/pull/84)
12+
- Enhanced error handling. Unexpected HTTP status code raise error with response to be inspected. [#83](https://github.com/3scale/3scale-api-ruby/pull/83)
13+
14+
### Changed
15+
- CI migrated to CircleCI [#82](https://github.com/3scale/3scale-api-ruby/pull/82)
16+
817
## [0.6.0] - 2019-06-27
918

1019
### Changed
@@ -145,7 +154,8 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan
145154
- Application Plans List & Create
146155
- Usage Limits List, Create & Delete
147156

148-
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.6.0...HEAD
157+
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v1.0.0...HEAD
158+
[1.0.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v1.0.0
149159
[0.6.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.6.0
150160
[0.5.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.5.0
151161
[0.4.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.4.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 = '0.6.0'.freeze
3+
VERSION = '1.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)