diff --git a/CHANGELOG.md b/CHANGELOG.md index 2067ab2..501a6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] - 2023-04-03 + * **BREAKING** Remove `Software` asset type * **BREAKING** Remove `Asset#specification` @@ -115,7 +117,8 @@ 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.13.0..HEAD +[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.14.0..HEAD +[0.14.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.13.0..v0.14.0 [0.13.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.12.0..v0.13.0 [0.12.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.2..v0.12.0 [0.11.2]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.1..v0.11.2 diff --git a/lib/zaikio/hub/version.rb b/lib/zaikio/hub/version.rb index c1c8fe3..035d5b7 100644 --- a/lib/zaikio/hub/version.rb +++ b/lib/zaikio/hub/version.rb @@ -1,5 +1,5 @@ module Zaikio module Hub - VERSION = "0.13.0".freeze + VERSION = "0.14.0".freeze end end