CHANGELOG.md in eco-helpers-2.0.66 vs CHANGELOG.md in eco-helpers-2.0.67

- old
+ new

@@ -1,7 +1,25 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.67] - 2022-08-11 + +### Added + - **dependency** to `ecoportal-api-graphql` **gem** + - Added integration for `GraphQL` + - `session.api(version: :graphql)` + - New base case `Eco::API::UseCases::GraphQL::Base` to create `GraphQL` use cases + +### Changed + - `Eco::CSV#read` and `Eco::CSV#parse` delegating `nil` row removal to sublcass `Eco::CSV::Table` + - **upgraded** dependency on `ecoportal-api-v2` + +### Fixed + - `Eco::API::Session::Config::SFTP#remote_folder` to have path separator always as `/` + - `Eco::CSV::Table` + - to delete rows with all `nil` values + - to keep `header` when file comes only with `header` row (with `0` count) + ## [2.0.66] - 2022-08-11 ### Added ### Changed ### Fixed