CHANGELOG.md in eco-helpers-2.0.17 vs CHANGELOG.md in eco-helpers-2.0.18

- old
+ new

@@ -1,8 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.0.17] - 2021-05-24 +## [2.0.18] - 2021-05-25 + +### Added + - **`-one-off`** option to not having to type the `-api-key` every time you launch one-off scripts + - `-api-key` will store the key to the `./.env_one_off` file (supports update and multi-environment) + +### Changed +### Fixed + - patched `Exception#patch_full_message` to do not enter into a cyclic error rescue + - also rescue on `workflow.rescue` + +## [2.0.17] - 2021-05-25 Specific changes due to eP **release `1.5.9.70`** (_Policy Group Abilities_) - And some improvements as well as new tools ### Added