CHANGELOG.md in floe-0.3.1 vs CHANGELOG.md in floe-0.4.0
- old
+ new
@@ -2,10 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.4.0] - 2023-09-26
+### Added
+- Add ability to run workflows asynchronously ([#52](https://github.com/ManageIQ/floe/pull/92))
+- Add Workflow.wait, Workflow#step_nonblock, Workflow#step_nonblock_wait ([#92](https://github.com/ManageIQ/floe/pull/92))
+
## [0.3.1] - 2023-08-29
### Added
- Add more global podman runner options ([#90])(https://github.com/ManageIQ/floe/pull/90)
## [0.3.0] - 2023-08-07
@@ -56,10 +61,11 @@
## [0.1.0] - 2023-03-13
### Added
- Initial release
-[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.3.1...HEAD
+[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.4.0...HEAD
+[0.4.0]: https://github.com/ManageIQ/floe/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/ManageIQ/floe/compare/v0.3.0...v0.3.1
[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