diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac7cb1..4319923 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.15.1] + * Add translations for `kind` attribute for `Machine` and `Specialist` ## [0.15.0] - 2023-04-12 @@ -124,7 +126,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.15.0..HEAD +[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.1..HEAD +[0.15.1]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.0..v0.15.1 [0.15.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.14.0..v0.15.0 [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 diff --git a/lib/zaikio/hub/version.rb b/lib/zaikio/hub/version.rb index c40cba4..bc6b9a5 100644 --- a/lib/zaikio/hub/version.rb +++ b/lib/zaikio/hub/version.rb @@ -1,5 +1,5 @@ module Zaikio module Hub - VERSION = "0.15.0".freeze + VERSION = "0.15.1".freeze end end