CHANGELOG.md in floe-0.2.3 vs CHANGELOG.md in floe-0.3.0
- old
+ new
@@ -2,10 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.3.0] - 2023-08-07
+### Added
+- Add --network=host option to Docker/Podman runners ([#81])(https://github.com/ManageIQ/floe/pull/81)
+
+### Fixed
+- Fix PayloadTemplate value transformation rules ([#78])(https://github.com/ManageIQ/floe/pull/78)
+- Move end out of the root state node ([#80])(https://github.com/ManageIQ/floe/pull/80)
+
## [0.2.3] - 2023-07-28
### Fixed
- Fix storing next_state in Context ([#76])(https://github.com/ManageIQ/floe/pull/76)
## [0.2.2] - 2023-07-24
@@ -44,10 +52,12 @@
## [0.1.0] - 2023-03-13
### Added
- Initial release
-[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.2.2...HEAD
+[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.3.0...HEAD
+[0.3.0]: https://github.com/ManageIQ/floe/compare/v0.2.3...v0.3.0
+[0.2.3]: https://github.com/ManageIQ/floe/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/ManageIQ/floe/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/ManageIQ/floe/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/ManageIQ/floe/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ManageIQ/floe/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ManageIQ/floe/tree/v0.1.0