CHANGELOG.md in ecoportal-api-graphql-0.1.0 vs CHANGELOG.md in ecoportal-api-graphql-0.1.1
- old
+ new
@@ -1,21 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.0.2] - 2022-09-xx
+## [0.0.3] - 2022-09-xx
### Added
### Changed
+ - `Ecoportal::API::GraphQL` addded `email` and `pass` parameters on initialization
+ - This allows for integration in some client lib
### 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.0.2] - 2022-09-15
+
+### Changed
+ - `Ecoportal::API::GraphQL` addded `email` and `pass` parameters on initialization
+ - This allows for integration in some client lib
## [0.0.1] - 2022-09-15
### Added
- First commit with some basic structure