From ff0b63a4e0d623b3dac9670929647ecd50180b20 Mon Sep 17 00:00:00 2001 From: Gordan Ovcaric Date: Thu, 7 May 2026 13:49:12 +0200 Subject: [PATCH] Release v2.16.0 --- .claude/settings.local.json | 2 +- CHANGELOG.md | 2 +- README.md | 6 +++--- gradle.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 234fc286..f04baa8e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -18,7 +18,7 @@ "Bash(wezterm cli *)", "Skill(update-config)", "WebFetch(domain:www.postman.com)", - "Bash(python3 -c ' *)" + "Bash(python3 -c ' *)", "Bash(gh pr *)", "Bash(gh issue *)", "Bash(python3 -c ' *)", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf23fcf..d2575290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## [Unreleased] +## [v2.16.0] - Release 2026-05-07 ### Added * `colorId` field on `Event`, `CreateEventRequest`, and `UpdateEventRequest` for Google Calendar event colors, mapped to the `color_id` JSON property. diff --git a/README.md b/README.md index 428c2140..2b2e62dc 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ This repository is for contributors and anyone installing the SDK from source. I Kotlin DSL (`build.gradle.kts`): ```kotlin -implementation("com.nylas.sdk:nylas:2.15.1") +implementation("com.nylas.sdk:nylas:2.16.0") ``` Groovy (`build.gradle`): ```groovy -implementation 'com.nylas.sdk:nylas:2.15.1' +implementation 'com.nylas.sdk:nylas:2.16.0' ``` ### Maven @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.15.1' com.nylas.sdk nylas - 2.15.1 + 2.16.0 ``` diff --git a/gradle.properties b/gradle.properties index 65596755..7a8991fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.15.1 +version=2.16.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=