Skip to content

Commit

Permalink
Merge pull request #60 from 3scale/release-0.2
Browse files Browse the repository at this point in the history
release 0.2.0
  • Loading branch information
eguzki authored Apr 16, 2019
2 parents 9a8a35f + 801ae1b commit 417ffb1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ This file tries to follow recommendations of [Keep a CHANGELOG](http://keepachan

## [Unreleased]

## [0.2.0] - 2019-04-16

### Added
- Proxy Config list
- Proxy Config latest
- Deprecate ruby 2.3, Support ruby 2.6
- List features per application plan
- Create application plan feature
- Delete application plan feature
- List service features
- Create service feature
- Show service feature
- Update service feature
- Delete service feature
- Show application plan
- Update application plan

### Fixed
- `3SCALE_DEBUG` env var name for `THREESCALE_DEBUG`

## [0.1.9] - 2019-03-22

### Added
Expand Down Expand Up @@ -77,7 +97,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/v0.1.9...HEAD
[Unreleased]: https://github.com/3scale/3scale-api-ruby/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.2.0
[0.1.9]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.1.9
[0.1.8]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.1.8
[0.1.7]: https://github.com/3scale/3scale-api-ruby/releases/tag/v0.1.7
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 = '0.1.9'.freeze
VERSION = '0.2.0'.freeze
end
end

0 comments on commit 417ffb1

Please sign in to comment.