Skip to content

Commit

Permalink
Release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i7an committed Dec 13, 2024
1 parent a9b4c56 commit e0c882b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.2] - 2024-12-13
- Allow Rails 8

*Alex Ghiculescu*

## [1.1.1] - 2024-12-09
- Fix crash when no settings are provided for a delivery method

Expand All @@ -16,8 +21,8 @@

## [1.1.0] - 2024-08-19

- Dropped Ruby 2.7 support
- Updated dependencies
- Drop Ruby 2.7 support
- Update dependencies

## [1.0.0] - 2022-10-07

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
actionmailer-balancer (1.1.1)
actionmailer-balancer (1.1.2)
actionmailer (> 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/actionmailer/balancer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActionMailer
module Balancer
VERSION = '1.1.1'
VERSION = '1.1.2'
end
end

0 comments on commit e0c882b

Please sign in to comment.