From e3a7ba9246ec6ca27cb4c634c32b2a5cc89b567b Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 23 Feb 2026 14:24:03 -0500 Subject: [PATCH 1/2] Updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f9b805..9ac92501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### [6.7.1] +* Fix large attachment handling with string keys and custom content_ids + ### [6.7.0] * Added access to response headers From d7bb651e9ec6f7cdf7057857db7623a8d5ffb013 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 23 Feb 2026 14:24:20 -0500 Subject: [PATCH 2/2] Updated version --- lib/nylas/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index edc9edd9..7dffbf4a 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.7.0" + VERSION = "6.7.1" end