CHANGELOG.md in ecoportal-api-graphql-0.1.3 vs CHANGELOG.md in ecoportal-api-graphql-0.1.4

- old
+ new

@@ -1,9 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. -## [0.1.4] - 2022-09-xx +## [0.1.5] - 2022-09-xx ### Added ### Changed @@ -14,10 +14,16 @@ - Add update/create operations for `ContractorEntity` - Add currentOrganization.action - Analyse how to "DSL" currentOrganization.action.activities - review `path` tracking +## [0.1.4] - 2022-09-16 +### Fixed + - Able to inject connection block to `each` + - Error handling delegated to parent class (`QueryConnection`) + - Retrieve `id` on elements of `Array` + ## [0.1.3] - 2022-09-15 ### Fixed - Fixed circular reference to `org_id` in `Ecoportal::API::Common::GraphQL::Client`