From 8da481f1d710875d7c195d2fcd87644eb0298688 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:00:19 -0400 Subject: [PATCH] v2.3.1 Release (#232) # Changelog * Fixed code exchange response for scope value (#231) # License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner. --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa57147..f21f1bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Nylas Java SDK Changelog +### [2.3.1] - Released 2024-06-10 + +### Changed +* Fixed code exchange response for scope value + ### [2.3.0] - Released 2024-04-30 ### Added diff --git a/README.md b/README.md index a2abb199..eff32e4d 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.3.0") +implementation("com.nylas.sdk:nylas:2.3.1") ``` ### 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.3.0-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.3.1-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 9dfc1897..44eb2bc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.3.0 +version=2.3.1 # Override and set these in ~/.gradle/gradle.properties ossrhUser=