diff --git a/CHANGELOG.md b/CHANGELOG.md index 57682475..cbd3b9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [7.11.0] - 2025-06-23 ### Added - Support for new message `fields` query parameter values: `include_tracking_options` and `raw_mime` diff --git a/package-lock.json b/package-lock.json index a6ba3638..edeca825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.9.0", + "version": "7.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.9.0", + "version": "7.11.0", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index bbe731a3..6fa01bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.9.0", + "version": "7.11.0", "description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.", "main": "lib/cjs/nylas.js", "types": "lib/types/nylas.d.ts", diff --git a/src/version.ts b/src/version.ts index 02113817..8c8b2e49 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is generated by scripts/exportVersion.js -export const SDK_VERSION = '7.9.0'; +export const SDK_VERSION = '7.11.0';