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=