From a1d2d51b61af2313225edac16fc15ff90a7c4e6d Mon Sep 17 00:00:00 2001 From: Gabriel Miranda Date: Fri, 4 Sep 2026 08:44:25 -0300 Subject: [PATCH 1/2] chore: bump to 1.14.0 Signed-off-by: Gabriel Miranda --- lib/resend/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resend/version.rb b/lib/resend/version.rb index f051032..4319330 100644 --- a/lib/resend/version.rb +++ b/lib/resend/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Resend - VERSION = "1.13.0" + VERSION = "1.14.0" end From 6134cd71ea4469df608a35c5d6132d6019371f5b Mon Sep 17 00:00:00 2001 From: Gabriel Miranda Date: Fri, 4 Sep 2026 08:50:26 -0300 Subject: [PATCH 2/2] bump in gemfile too Signed-off-by: Gabriel Miranda --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6c7a1a..ebe082f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resend (1.13.0) + resend (1.14.0) base64 httparty (>= 0.22.0)