Skip to content

Commit

Permalink
Bump to 0.17.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
srozen authored May 3, 2023
1 parent 5000207 commit 3819cd8
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.17.0]

- Add `reference` attribute to `Machine` and `Specialist`

## [0.16.0]
Expand Down Expand Up @@ -140,7 +142,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.16.0..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.17.0..HEAD
[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
[0.15.2]: https://github.com/zaikio/zaikio-hub-ruby/compare/v0.15.1..v0.15.2
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.16.0".freeze
VERSION = "0.17.0".freeze
end
end

0 comments on commit 3819cd8

Please sign in to comment.