CHANGELOG.md in eco-helpers-1.5.12 vs CHANGELOG.md in eco-helpers-1.5.13
- old
+ new
@@ -1,8 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [1.5.12] - 2021-01-xx
+## [1.5.13] - 2021-02-01
+
+### Added
+### Changed
+ - upgraded dependency with `ecoportal-api-oozes`
+
+### Fixed
+ - `Eco::API::Session::Config::Api` was not including the correct `host`
+ - this could have launched an `api` request to `live.ecoportal.com` when targeting `pre.dev`
+
+## [1.5.12] - 2021-02-01
### Added
- `Eco::API::Common::People::DefaultParsers::CSVParser` when cell content is `Null`, capture `nil` value.
### Changed