From f71292ea5378240a90edfe7e87f87d2c1355d21e Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 18 Jul 2025 15:44:34 -0400 Subject: [PATCH] Release v6.6.0 --- CHANGELOG.md | 2 +- lib/nylas/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a9b996..662f2525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### [Unreleased] +### [6.6.0] * Added support for `single_level` query parameter in Folders API for Microsoft accounts * Added support for `include_hidden_folders` query parameter in folders list endpoint for Microsoft accounts to control whether hidden folders are included in the response * Added support for passing in string contents for multipart and base64 (<3MB) attachments (#528) diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index e2ccc2b7..7d443f87 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.5.0" + VERSION = "6.6.0" end