CHANGELOG.md in mailtrap-1.2.0 vs CHANGELOG.md in mailtrap-1.2.1
- old
+ new
@@ -1,24 +1,27 @@
-## [1.0.0] - 2022-06-14
+## [1.2.1] - 2023-04-12
-- Initial release
+- Set custom user agent
-## [1.0.1] - 2022-06-20
+## [1.2.0] - 2023-01-27
-- Update packed files list
+- Breaking changes:
+ - move `Mailtrap::Sending::Mail` class to `Mailtrap::Mail::Base`
+ - move `Mailtrap::Sending::Convert` to `Mailtrap::Mail`
+- Add mail gem 2.8 support
+- Add email template support
+## [1.1.1] - 2022-10-14
+- Fix custom port and host usage
+
## [1.1.0] - 2022-07-22
- Add ActionMailer support
-## [1.1.1] - 2022-10-14
+## [1.0.1] - 2022-06-20
-- Fix custom port and host usage
+- Update packed files list
-## [1.2.0] - 2023-01-27
+## [1.0.0] - 2022-06-14
-- Breaking changes:
- - move `Mailtrap::Sending::Mail` class to `Mailtrap::Mail::Base`
- - move `Mailtrap::Sending::Convert` to `Mailtrap::Mail`
-- Add mail gem 2.8 support
-- Add email template support
+- Initial release