From 8b591295ccf39061f54783f1209a13d7a3b26334 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Tue, 21 Jul 2026 16:24:53 -0400 Subject: [PATCH] [TA-3805] chore(release): v6.8.1 - Bump version to 6.8.1 - Promote Unreleased CHANGELOG section to 6.8.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- lib/nylas/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f80172..17f8e737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### [6.8.1] * Documented `tentative_as_busy` support in the `Calendars#get_free_busy` request body, consistent with other Nylas SDKs ### [6.8.0] diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 0f25e0f0..6b6bc1de 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.8.0" + VERSION = "6.8.1" end