CHANGELOG.md in floe-0.8.0 vs CHANGELOG.md in floe-0.9.0

- old
+ new

@@ -2,10 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.0] - 2024-02-19 +### Changed +- Default to wait indefinitely ([#157](https://github.com/ManageIQ/floe/pull/157)) +- Create docker runners factory and add scheme ([#152](https://github.com/ManageIQ/floe/pull/152)) +- Add a watch method to Workflow::Runner for event driven updates ([#95](https://github.com/ManageIQ/floe/pull/95)) + +### Fixed +- Fix waiting on extremely short durations ([#160](https://github.com/ManageIQ/floe/pull/160)) +- Fix wait state missing finish ([#159](https://github.com/ManageIQ/floe/pull/159)) + ## [0.8.0] - 2024-01-17 ### Added - Add CLI shorthand options for docker runner ([#147](https://github.com/ManageIQ/floe/pull/147)) - Run multiple workflows in exe/floe ([#149](https://github.com/ManageIQ/floe/pull/149)) - Add secure options for passing credentials via command-line ([#151](https://github.com/ManageIQ/floe/pull/151)) @@ -124,10 +134,11 @@ ## [0.1.0] - 2023-03-13 ### Added - Initial release -[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/ManageIQ/floe/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/ManageIQ/floe/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/ManageIQ/floe/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/ManageIQ/floe/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/ManageIQ/floe/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/ManageIQ/floe/compare/v0.4.1...v0.5.0