From f0671de01bc0e1618b19737b02c87cfd0ffdf39f Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 3 Mar 2025 16:46:15 -0500 Subject: [PATCH 1/2] Updated changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c32efcb..a16d767c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Nylas Java SDK Changelog -### [Unreleased] +### [2.7.0] - Release 2025-03-03 * Added support for listing import events via `events.listImportEvents()` +* Added sandbox to the Environment Enum ### [2.6.0] - Released 2025-01-24 * Made `NylasClient` and its methods open to enable mocking in tests From d0677db1b195c4fee05e5922d2d6843695cd3e3f Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 3 Mar 2025 16:48:06 -0500 Subject: [PATCH 2/2] 2.7.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c84a3fa6..f181b138 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.5.2") +implementation("com.nylas.sdk:nylas:2.7.0") ``` ### Build from source @@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java ./gradlew build uberJar ``` -This creates a new jar file in `build/libs/nylas-java-sdk-2.5.2-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.7.0-uber.jar`. See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/) or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information. diff --git a/gradle.properties b/gradle.properties index cb187ac3..a45434a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.6.0 +version=2.7.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=