Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v0.2.11 #19

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.11]

- Include root in JSON payload for `OrderLineItem`

## [0.2.10]
Expand Down Expand Up @@ -60,7 +62,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.2.10..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.11..HEAD
[0.2.11]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.10..v0.2.11
[0.2.10]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.9..v0.2.10
[0.2.9]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.8..v0.2.9
[0.2.8]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.7..v0.2.8
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.2.10".freeze
VERSION = "0.2.11".freeze
end
end