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/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 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=