From 52cf0ff4600bd429f53ba41a7542e4276b374464 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:58:30 +0400 Subject: [PATCH] v1.22.0 Release (#195) # Description: New Java release includes: ### Added * Added support for querying events using customer event ID (#153) * Added support for overriding the Event ID when updating, for recurring events (#186) * Added support for `reply_to_message_id` field in `Message` (#194) # 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 | 14 ++++++++++---- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59c0b09..a22a9509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,6 @@ This section contains changes that have been committed but not yet released. ### Added -* Added support for overriding the Event ID when updating, for recurring events -* Added support for `reply_to_message_id` field in `Message` - ### Changed ### Deprecated @@ -19,6 +16,14 @@ This section contains changes that have been committed but not yet released. ### Security +## [1.22.0] - Released 2024-01-29 + +### Added + +* Added support for querying events using customer event ID +* Added support for overriding the Event ID when updating, for recurring events +* Added support for `reply_to_message_id` field in `Message` + ## [1.21.0] - Released 2023-02-14 ### Added @@ -390,7 +395,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/v1.21.0...HEAD +[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.22.0...HEAD +[1.22.0]: https://github.com/nylas/nylas-java/releases/tag/v1.22.0 [1.21.0]: https://github.com/nylas/nylas-java/releases/tag/v1.21.0 [1.20.1]: https://github.com/nylas/nylas-java/releases/tag/v1.20.1 [1.20.0]: https://github.com/nylas/nylas-java/releases/tag/v1.20.0 diff --git a/README.md b/README.md index ecf25fb5..3befd493 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ If you have a question about the Nylas Communications Platform, please reach out **Setup via Gradle**: If you're using Gradle, add the following to your dependencies section of build.gradle: - implementation("com.nylas.sdk:nylas-java-sdk:1.21.0") + implementation("com.nylas.sdk:nylas-java-sdk:1.22.0") **Setup via Maven**: For projects using Maven, add the following to your POM file: com.nylas.sdk nylas-java-sdk - 1.21.0 + 1.22.0 **Build from source**: To build from source, clone this repo and build the project with Gradle. diff --git a/gradle.properties b/gradle.properties index 2548e01a..0c40fb1b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=1.22.0-SNAPSHOT +version=1.23.0-SNAPSHOT # Override and set these in ~/.gradle/gradle.properties ossrhUser=