From 7c66e55e53ddffbcb7328991bd763685c9caf43b Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Wed, 30 Apr 2025 13:15:23 -0400 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59518c0..2c6bbd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -### Unreleased +### [2.8.0] - Release 2025-04-30 * Added support for Notetaker APIs * Added support for Notetaker via the calendar and event APIs * Added `original_start_time` property to the Event model From 6b9d277bd42e21ce002391c4dbaf37ff16ab6c38 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Wed, 30 Apr 2025 13:17:01 -0400 Subject: [PATCH 2/2] Bump version --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f181b138..36144782 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.7.0") +implementation("com.nylas.sdk:nylas:2.8.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.7.0-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.8.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 a45434a1..d8c30b46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.7.0 +version=2.8.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=