Skip to content

Commit

Permalink
Merge pull request #30 from zaikio/chore/bump-to-v042
Browse files Browse the repository at this point in the history
Bump to v0.4.2
  • Loading branch information
AlbertoHernandezCerezo authored Nov 9, 2023
2 parents c72ff6d + b472549 commit db54a49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2]

- Fix `Folder` and `FoldingCard` Mission Control `Job` kinds being listed as available kinds

## [0.4.1]

- Add `belongs_to` relationship to `Execution` for `Workstep`
Expand Down Expand Up @@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add finishings specification
- Add jobs and parts specification

[Unreleased]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.4.1..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.4.2..HEAD
[0.4.2]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.4.0..v0.4.2
[0.4.1]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.4.0..v0.4.1
[0.4.0]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.3.0..v0.4.0
[0.3.0]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.12..v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/mission_control/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module MissionControl
VERSION = "0.4.1".freeze
VERSION = "0.4.2".freeze
end
end

0 comments on commit db54a49

Please sign in to comment.