CHANGELOG.md in floe-0.6.1 vs CHANGELOG.md in floe-0.7.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.7.0] - 2023-12-18 +### Changed +- Remove the dependency on more_core_extensions in ReferencePath ([#144](https://github.com/ManageIQ/floe/pull/144)) + +### Added +- Implement `ReferencePath#get` ([#144](https://github.com/ManageIQ/floe/pull/144)) +- Allow a State to set a value in Credentials for subsequent states ([#145](https://github.com/ManageIQ/floe/pull/145)) + ## [0.6.1] - 2023-11-21 ### Fixed - Return an error payload if run_async! fails ([#143](https://github.com/ManageIQ/floe/pull/143)) ### Changed @@ -104,10 +112,11 @@ ## [0.1.0] - 2023-03-13 ### Added - Initial release -[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.6.1...HEAD +[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.7.0...HEAD +[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 [0.4.1]: https://github.com/ManageIQ/floe/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/ManageIQ/floe/compare/v0.3.1...v0.4.0