Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
i7an committed Aug 19, 2024
1 parent fa40292 commit 0911476
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.0] - 2024-08-19

- Dropped Ruby 2.7 support
- Updated dependencies

## [1.0.0] - 2022-10-07

- Initial release
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
actionmailer-balancer (1.0.0)
actionmailer-balancer (1.1.0)
actionmailer (> 4.0, < 8.0)

GEM
@@ -73,7 +73,7 @@ GEM
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.0)
minitest (5.25.1)
mutex_m (0.2.0)
net-imap (0.4.14)
date
2 changes: 1 addition & 1 deletion lib/actionmailer/balancer/version.rb
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

module ActionMailer
module Balancer
VERSION = '1.0.0'
VERSION = '1.1.0'
end
end

0 comments on commit 0911476

Please sign in to comment.