From 6601ddaed9bb85c84a3a6690b30fc09e6351e15d Mon Sep 17 00:00:00 2001 From: Gordan Ovcaric Date: Thu, 21 May 2026 15:33:18 +0200 Subject: [PATCH] Release v2.16.1 --- CHANGELOG.md | 2 +- README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0753e02c..4e0a35bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## [Unreleased] +## [v2.16.1] - Release 2026-05-21 ### Fixed * `UpdateEventRequest.Builder.clearColorId()` now sends `"color_id": null` to the Nylas API, allowing event colors to be cleared. Previously, setting `colorId` to `null` was silently omitted from the request body due to Moshi's default null-skipping behavior, leaving the existing color unchanged. (#324) diff --git a/README.md b/README.md index 2b2e62dc..717a6e0f 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.16.0") +implementation("com.nylas.sdk:nylas:2.16.1") ``` Groovy (`build.gradle`): ```groovy -implementation 'com.nylas.sdk:nylas:2.16.0' +implementation 'com.nylas.sdk:nylas:2.16.1' ``` ### Maven @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.16.0' com.nylas.sdk nylas - 2.16.0 + 2.16.1 ``` diff --git a/gradle.properties b/gradle.properties index 7a8991fc..2c44d6ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.16.0 +version=2.16.1 # Override and set these in ~/.gradle/gradle.properties ossrhUser=