CHANGELOG.md in eco-rake-0.1.6 vs CHANGELOG.md in eco-rake-0.2.0

- old
+ new

@@ -1,37 +1,52 @@ # Change Log + All notable changes to this project will be documented in this file. -## [0.1.7] - 2024-02-xx +## [0.2.1] - 2024-08-xx ### Added + ### Fixed + ### Changed +## [0.2.0] - 2024-08-01 + +### Changed + +- require `ruby 3` + ## [0.1.6] - 2024-02-03 ### Fixed - - Compatibility with `ruby 3` - - call to `super` with no args where method on parent class doesn't match parameters. +- Compatibility with `ruby 3` + - call to `super` with no args where method on parent class doesn't match parameters. + ### Changed - - upgrade dependencies +- upgrade dependencies + ## [0.1.5] - 2024-02-01 ### Added - - new options for file pattern const and remote subfolder for the SFTP task +- new options for file pattern const and remote subfolder for the SFTP task + ## [0.1.4] - 2023-07-23 ### Fixed - - Type in `EcoRake::Utils::Mailing#email` +- Type in `EcoRake::Utils::Mailing#email` + ## [0.1.2] - 2023-06-09 ### Changed - - Notify when file decryption fails +- Notify when file decryption fails + ## [0.1.1] - 2023-06-06 ### Added - - Very first version, with support to migrate all the rake integrations. + +- Very first version, with support to migrate all the rake integrations.