From 4c32469aede7b96207f08d905d8aab78d8a85907 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Thu, 12 Jun 2025 08:55:53 -0400 Subject: [PATCH 1/2] Bump version and updated changelog --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cce430e..1fdc7d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Nylas Java SDK Changelog -## [Unreleased] +## [2.10.0] - Release 2025-06-12 ### Added * Support for `include_tracking_options` and `raw_mime` values in `MessageFields` enum diff --git a/gradle.properties b/gradle.properties index 4b5c7d3e..3b2aa720 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.9.0 +version=2.10.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser= From 588a50b90f767a10cc1e4ce91c61e1bed2b8fedb Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Thu, 12 Jun 2025 08:56:16 -0400 Subject: [PATCH 2/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36144782..512c24bc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S If you're using Gradle, add the following to the dependencies section of `build.gradle`: ```groovy -implementation("com.nylas.sdk:nylas:2.8.0") +implementation("com.nylas.sdk:nylas:2.10.0") ``` ### Build from source