CHANGELOG.md in eco-helpers-2.1.1 vs CHANGELOG.md in eco-helpers-2.1.2

- old
+ new

@@ -1,14 +1,29 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.1.2] - 2022-09-xx +## [2.1.3] - 2022-09-xx ### Added ### Changed ### Fixed -## [2.1.1] - 2022-09-xx +## [2.1.2] - 2022-09-29 + +### Added + - `Ecoportal::API::Session::Config#live_tree` to retrieve the tagtree of the back-end + - Requires `graphql` connection parameters + - `Ecoportal::API::Session#live_tree` see above + +### Changed + - `Ecoportal::API::Session::Config#tagtree` to use `#live_tree` if there isn't a `tagtree.json` file + - upgraded **dependency** to `ecoportal-api-graphql` **gem** + - upgraded **dependency** to `ecoportal-api-v2` **gem** + +### Fixed + - `Ecoportal::API::Session::Config::API#version_available?` **typo** + +## [2.1.1] - 2022-09-26 ### Added - `Eco::API::Session::Config::Api#version_available?` to know if a version is available for use - `Eco::API::Session::Config::Apis`, added `#default_pass` and `#default_email` to use the `GraphQL` api.