From bef0ba471b70b8c36bf24e5c27810ba94ea3c143 Mon Sep 17 00:00:00 2001 From: Gordan Ovcaric Date: Thu, 25 Jun 2026 11:51:58 +0200 Subject: [PATCH] TW-5710: SDK Release 2.17.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 2cfd358f..bfef0fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## [unreleased] +## [v2.17.1] - Release 2026-06-25 ### Fixed * Prevent double-encoding of pre-encoded path IDs when building request URLs, fixing Gmail attachment download 404s for attachment IDs containing reserved characters such as `:` and `=` diff --git a/README.md b/README.md index 153e5ee4..6e6e1f77 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.17.0") +implementation("com.nylas.sdk:nylas:2.17.1") ``` Groovy (`build.gradle`): ```groovy -implementation 'com.nylas.sdk:nylas:2.17.0' +implementation 'com.nylas.sdk:nylas:2.17.1' ``` ### Maven @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.17.0' com.nylas.sdk nylas - 2.17.0 + 2.17.1 ``` diff --git a/gradle.properties b/gradle.properties index 73ae3be0..a34837a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.17.0 +version=2.17.1 # Override and set these in ~/.gradle/gradle.properties ossrhUser=