CHANGELOG.md in eco-helpers-1.4.0 vs CHANGELOG.md in eco-helpers-1.4.1
- old
+ new
@@ -1,16 +1,30 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [1.4.0] - 2020-07-xx
+## [1.4.1] - 2020-07-23
### Added
### Changed
+### Fixed
+- preserve backtrace on logging
+
+## [1.4.0] - 2020-07-14
+
+### Added
+### Changed
- change abilities to align with ecoPortal release `1.5.0`
- remove some patches on `ecoportal-api`
- removed patch method `Ecoportal::API::V1::Person#sync`
### Fixed
- `Eco::CSV#parse` and `Eco::CSV#read` should use the proper `:encoding` when it's `bom`
+
+## [1.3.19] - 2020-07-23
+
+### Added
+### Changed
+### Fixed
+ - preserve backtrace on logging
## [1.3.18] - 2020-07-08
### Added
### Changed