diff --git a/CHANGELOG.md b/CHANGELOG.md index 009246a..a1656d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.11.1] - 2026-07-01 + +## What's Changed +* Release v2.11.0 by @IgorDobryn in https://github.com/mailtrap/mailtrap-ruby/pull/109 +* MT-22022: Add webhook signature verification helper by @Rabsztok in https://github.com/mailtrap/mailtrap-ruby/pull/110 +* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/mailtrap-ruby/pull/111 + +## New Contributors +* @Rabsztok made their first contribution in https://github.com/mailtrap/mailtrap-ruby/pull/110 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-ruby/compare/v2.11.0...v2.11.1 + ## [2.11.0] - 2026-05-14 ## What's Changed * Update sandboxes api by @IgorDobryn in https://github.com/mailtrap/mailtrap-ruby/pull/103 diff --git a/Gemfile.lock b/Gemfile.lock index 21fe0a6..a083d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mailtrap (2.11.0) + mailtrap (2.11.1) base64 GEM diff --git a/lib/mailtrap/version.rb b/lib/mailtrap/version.rb index a64fbf7..88bde36 100644 --- a/lib/mailtrap/version.rb +++ b/lib/mailtrap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Mailtrap - VERSION = '2.11.0' + VERSION = '2.11.1' end