From c81e61d5c69f77f2f5e3925c7464b7e699f38657 Mon Sep 17 00:00:00 2001 From: Gordan Ovcaric Date: Mon, 15 Jun 2026 16:09:14 +0200 Subject: [PATCH] TW-5409: Java Release 2.17.0 --- 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 721847f7..d2cf4925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## [Unreleased] +## [v2.17.0] - Release 2026-06-15 ### Added * Application administration updates diff --git a/README.md b/README.md index 717a6e0f..153e5ee4 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.1") +implementation("com.nylas.sdk:nylas:2.17.0") ``` Groovy (`build.gradle`): ```groovy -implementation 'com.nylas.sdk:nylas:2.16.1' +implementation 'com.nylas.sdk:nylas:2.17.0' ``` ### Maven @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.16.1' com.nylas.sdk nylas - 2.16.1 + 2.17.0 ``` diff --git a/gradle.properties b/gradle.properties index 2c44d6ee..73ae3be0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.16.1 +version=2.17.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=