From 7729e387cfdec7c3a50acd415ad8bc23f62f7617 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:23:27 -0400 Subject: [PATCH] v2.3.0 Release (#229) # Changelog ### Added * Added missing webhook triggers (#220) * Added provider field to token exchange response (#225) * Added support for clean messages endpoint (#226, #228) * Added support for custom headers field for Drafts and Messages (#223) * Added support for overriding various fields of outgoing requests (#224) ### Changed * Fixed issue where attachments < 3mb were not being encoded correctly (#227, #222) # 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, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c32f0bf..4fa57147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -### [Unreleased] +### [2.3.0] - Released 2024-04-30 ### Added * Added missing webhook triggers @@ -449,7 +449,8 @@ This second release aims toward API stability so that we can get to v1.0.0. Initial preview release -[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/nylas/nylas-java/releases/tag/v2.3.0 [2.2.1]: https://github.com/nylas/nylas-java/releases/tag/v2.2.1 [2.2.0]: https://github.com/nylas/nylas-java/releases/tag/v2.2.0 [2.1.0]: https://github.com/nylas/nylas-java/releases/tag/v2.1.0 diff --git a/README.md b/README.md index 0e67dbe9..a2abb199 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.2.1") +implementation("com.nylas.sdk:nylas:2.3.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.2.1-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.3.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 3d4f805c..9dfc1897 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.2.1 +version=2.3.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=