File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.4.0] - 2025-09-22
6+
7+ - Domains - Add missing endpoints and refactor existing ones in (https://github.com/mailgun/mailgun-ruby/pull/365 )
8+
9+ ## [ 1.3.10] - 2025-08-28
10+
11+ - Switch to mini_mime for memory savings in (https://github.com/mailgun/mailgun-ruby/pull/363 )
12+ - Add backwards compatibility for previous ruby versions in (https://github.com/mailgun/mailgun-ruby/pull/364 )
13+
514## [ 1.3.9] - 2025-07-28
615
7- - Fix messages.mime broken by @ alex-leb in (https://github.com/mailgun/mailgun-ruby/pull/361 )
8- - Fix BatchMessage modifies stored test deliveries by @ alex-leb in (https://github.com/mailgun/mailgun-ruby/pull/362 )
16+ - Fix messages.mime broken in (https://github.com/mailgun/mailgun-ruby/pull/361 )
17+ - Fix BatchMessage modifies stored test deliveries in (https://github.com/mailgun/mailgun-ruby/pull/362 )
918
1019## [ 1.3.8] - 2025-07-23
1120
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ gem install mailgun-ruby
1919Gemfile:
2020
2121``` ruby
22- gem ' mailgun-ruby' , ' ~>1.3.9 '
22+ gem ' mailgun-ruby' , ' ~>1.4.0 '
2323```
2424
2525Usage
Original file line number Diff line number Diff line change 11# It's the version. Yeay!
22module Mailgun
3- VERSION = '1.3.10 '
3+ VERSION = '1.4.0 '
44end
You can’t perform that action at this time.
0 commit comments