CHANGELOG.md in ecoportal-api-graphql-0.1.8 vs CHANGELOG.md in ecoportal-api-graphql-0.1.9
- old
+ new
@@ -1,30 +1,38 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.1.9] - 2022-09-xx
+## [0.1.10] - 2022-09-xx
### Added
-### Changed
+### Changed
### Fixed
### ToDo
- Make `GraphQL` default fragments work
- Add update/create operations for `ContractorEntity`
- Add currentOrganization.action
- Analyse how to "DSL" currentOrganization.action.activities
- review `path` tracking
+## [0.1.9] - 2022-09-26
+
+### Added
+ - `Ecoportal::API::GraphQL::Query::TagTree`
+
+### Changed
+ - **upgraded** `ecoportal-api-v2` gem dependency
+ - added `Ecoportal::API::Common::GraphQL::QueryIntegration`
+ - restructured `Ecoportal::API::GraphQL::Model::Organization` class
+
## [0.1.8] - 2022-09-23
### Added
- `currentOrganization.tagTrees` query
### Changed
- **upgraded** `ecoportal-api-v2` gem dependency
- Restructured the `Query` inheritance chain to make things simpler
-
-### Fixed
## [0.1.6] - 2022-09-19
### Fixed
- Call to **private** method `remove_const` in `Ecoportal::API::GraphQL::Fragment#define`