diff --git a/CHANGELOG.md b/CHANGELOG.md index 7381ee80..1cf2b2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nylas Java SDK Changelog -## Unreleased +## [2.2.1] - Released 2024-03-05 ### Changed * Improved message sending and draft create/update performance @@ -434,7 +434,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.0...HEAD +[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.2.1...HEAD +[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 [2.0.0]: https://github.com/nylas/nylas-java/releases/tag/v2.0.0 diff --git a/README.md b/README.md index a5e18f1e..0e67dbe9 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.0") +implementation("com.nylas.sdk:nylas:2.2.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.2.0-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.2.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 632520e4..3d4f805c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.2.0 +version=2.2.1 # Override and set these in ~/.gradle/gradle.properties ossrhUser=