diff --git a/CHANGELOG.md b/CHANGELOG.md index 583644fc..8a8b6721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## Unreleased +## [v2.18.1] - Release 2026-08-18 ### Added * Optional `TrackingOptions.domainName` support for custom link and open tracking hostnames in regular sends, Transactional Send, drafts, and scheduled sends. The field serializes as `tracking_options.domain_name` and is omitted when unset. diff --git a/README.md b/README.md index cfe3cb57..b84a85b6 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.18.0") +implementation("com.nylas.sdk:nylas:2.18.1") ``` Groovy (`build.gradle`): ```groovy -implementation 'com.nylas.sdk:nylas:2.18.0' +implementation 'com.nylas.sdk:nylas:2.18.1' ``` ### Maven @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.18.0' com.nylas.sdk nylas - 2.18.0 + 2.18.1 ``` diff --git a/gradle.properties b/gradle.properties index 5d9d6d28..ca290694 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.18.0 +version=2.18.1 # Override and set these in ~/.gradle/gradle.properties ossrhUser=