diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2042863..170bfd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,11 @@ name: Ruby -on: push +on: + - push + - pull_request +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index a51d83f..5d4ec1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.2.2] - 2026-07-02 + +## What's Changed +* Bump rack from 3.1.18 to 3.1.20 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/50 +* Bump actionview from 7.1.5.1 to 7.2.3.1 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/51 +* Bump rack from 3.1.20 to 3.1.21 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/53 +* Bump rack-session from 2.1.1 to 2.1.2 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/54 +* Bump net-imap from 0.4.20 to 0.4.24 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/55 +* Bump net-imap from 0.4.24 to 0.5.15 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/56 +* Bump concurrent-ruby from 1.3.6 to 1.3.7 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/57 +* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/58 +* Implement draft-release workflow by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/59 + + +**Full Changelog**: https://github.com/mailtrap/actionmailer-balancer/compare/v1.2.1...v1.2.2 + ## [1.2.0] - 2025-03-06 - Drop Ruby 3.0 support diff --git a/Gemfile.lock b/Gemfile.lock index 61d8f56..f420d86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - actionmailer-balancer (1.2.1) + actionmailer-balancer (1.2.2) actionmailer (> 4.0) GEM diff --git a/lib/actionmailer/balancer/version.rb b/lib/actionmailer/balancer/version.rb index 850e18a..5a79086 100644 --- a/lib/actionmailer/balancer/version.rb +++ b/lib/actionmailer/balancer/version.rb @@ -2,6 +2,6 @@ module ActionMailer module Balancer - VERSION = '1.2.1' + VERSION = '1.2.2' end end