Skip to content

Commit 74db0e4

Browse files
committed
bump version 1.4.0
Signed-off-by: Alex Lebedev <[email protected]>
1 parent 97e6822 commit 74db0e4

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem install mailgun-ruby
1919
Gemfile:
2020

2121
```ruby
22-
gem 'mailgun-ruby', '~>1.3.9'
22+
gem 'mailgun-ruby', '~>1.4.0'
2323
```
2424

2525
Usage

lib/mailgun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# It's the version. Yeay!
22
module Mailgun
3-
VERSION = '1.3.10'
3+
VERSION = '1.4.0'
44
end

0 commit comments

Comments
 (0)