From 0c937118363f4bf9b8b66f7c57c8fe61314dab72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 06:26:06 +0000 Subject: [PATCH] Release v2.11.1 --- CHANGELOG.md | 12 ++++++++++++ lib/mailtrap/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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/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