From b8d5d25d1f2a050779dc0c10dd0bfd1c6b443826 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 22 Jun 2026 12:24:32 -0400 Subject: [PATCH] [TW-5373] chore(release): v6.8.0 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 b2c18128..82ef0f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### [6.8.0] * Added Policies resource for managing application policies * Added Rules resource for managing inbox rules and listing rule evaluations * Added Lists resource support for creating application lists diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 7dffbf4a..0f25e0f0 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.7.1" + VERSION = "6.8.0" end