CHANGELOG.md in eco-helpers-2.1.4 vs CHANGELOG.md in eco-helpers-2.1.5

- old
+ new

@@ -1,12 +1,26 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.1.5] - 2022-10-xx +## [2.1.6] - 2022-10-xx ### Added ### Changed ### Fixed + +## [2.1.5] - 2022-10-xx + +### Added + - `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` added creation count + - Requires use of `#create_ooze(draft, template_id)` + - `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` added method + - `with_rescue` that prompts user to continue + - this is for usage in child classes + - new use case and helpers thereof `Eco::API::UseCases::OozeSamples::RegisterMigrationCase` + +### Changed + - upgraded `ecoportal-api-v2` **gem** + - **refactored** `Eco::API::UseCases::OozeSamples::Helpers::Shortcuts#same_string?` ## [2.1.4] - 2022-10-20 ### Added - `Eco::API::Common::Session::Mailer#mail` added parameters `cc` and `bcc`