Skip to content

Commit

Permalink
Bump to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Sep 28, 2023
1 parent 538adbe commit af5eebd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0]

- **BREAKING** Rename `Zaikio::Hub::App` to `Zaikio::Hub::VendorApp`
- Add `Zaikio::Hub::App` for apps meta data arriving from the new access token endpoint
- Add `Zaikio::Hub::Vendor`
Expand Down Expand Up @@ -151,7 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added subscriptions (migration required)

[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.17.0..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.19.0..HEAD
[0.19.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.18.0..v0.19.0
[0.18.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.17.0..v0.18.0
[0.17.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.16.0..v0.17.0
[0.16.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.3..v0.16.0
[0.15.3]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.2..v0.15.3
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/hub/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module Hub
VERSION = "0.18.0".freeze
VERSION = "0.19.0".freeze
end
end

0 comments on commit af5eebd

Please sign in to comment.