Skip to content

Commit

Permalink
Bump to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Apr 12, 2023
1 parent 5cefc4d commit 41a2b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.15.0] - 2023-04-12

* Add `capabilities` attribute to `Machine` and `Specialist`
* Add `Zaikio::Hub::Asset.capabilities` method for a list of all capabilities

Expand Down Expand Up @@ -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
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.14.0".freeze
VERSION = "0.15.0".freeze
end
end

0 comments on commit 41a2b2f

Please sign in to comment.