From 41a2b2f3e061001c1f545c3370335056aacd6fa1 Mon Sep 17 00:00:00 2001 From: Jalyna Date: Wed, 12 Apr 2023 15:36:14 +0200 Subject: [PATCH] Bump to 0.15.0 --- CHANGELOG.md | 5 ++++- lib/zaikio/hub/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3bcf44..6448108 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.0] - 2023-04-12 + * Add `capabilities` attribute to `Machine` and `Specialist` * Add `Zaikio::Hub::Asset.capabilities` method for a list of all capabilities @@ -120,7 +122,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.14.0..HEAD +[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.0..HEAD +[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 [0.12.0]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.11.2..v0.12.0 diff --git a/lib/zaikio/hub/version.rb b/lib/zaikio/hub/version.rb index 035d5b7..c40cba4 100644 --- a/lib/zaikio/hub/version.rb +++ b/lib/zaikio/hub/version.rb @@ -1,5 +1,5 @@ module Zaikio module Hub - VERSION = "0.14.0".freeze + VERSION = "0.15.0".freeze end end