Skip to content

Commit

Permalink
Bump to v0.2.11 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
srozen authored Sep 13, 2023
1 parent eaf81f9 commit 284a35a
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.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

0 comments on commit 284a35a

Please sign in to comment.