CHANGELOG.md in eco-helpers-2.4.5 vs CHANGELOG.md in eco-helpers-2.4.6

- old
+ new

@@ -1,17 +1,29 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.4.6] - 2023-03-xx +## [2.4.7] - 2023-04-xx ### Added ### Changed ### Fixed +## [2.4.6] - 2023-04-02 + +### Added + - `Eco::API::Organization::TagTree` added support for `archived_token` + - Added support for `block` in + - `Eco::API::Session#live_tree` + - `Eco::API::Session::Config::Tagtree` in `#live_trees` and `live_tree` + +### Changed + - Upgraded `ecoportal-api-graphql` **gem** + + ## [2.4.5] - 2023-03-31 ### Added - - `Eco::API:Organization::TagTree` support for `archived` and `weight` properties + - `Eco::API::Organization::TagTree` support for `archived` and `weight` properties - `Eco::Data::Hashes::ArrayDiff` and `Eco::Data::Hashes::DiffResult` - Enable easy comparison of array of hashes - Input data can be diverse ### Fixed