From 060c6da24bf12d6ea8351be8c6586fe057cbf529 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:29:19 -0500 Subject: [PATCH] v1.11.2 --- CHANGELOG.md | 16 ++-------------- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d159c9f7..208fd79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,11 @@ # Nylas Java SDK Changelog -## [Unreleased] - -This section contains changes that have been committed but not yet released. - -### Added - -### Changed - -### Deprecated - -### Fixed +## [1.11.2] - Released 2022-02-01 ### Removed - Remove use of `okhttp3.internal` library -### Security - ## [1.11.1] - Released 2022-01-24 ### Fixed @@ -215,7 +203,7 @@ 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.11.1...HEAD +[1.11.2]: https://github.com/nylas/nylas-java/releases/tag/v1.11.2 [1.11.1]: https://github.com/nylas/nylas-java/releases/tag/v1.11.1 [1.11.0]: https://github.com/nylas/nylas-java/releases/tag/v1.11.0 [1.10.3]: https://github.com/nylas/nylas-java/releases/tag/v1.10.3 diff --git a/README.md b/README.md index 2352446f..3b4d138a 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.11.1") + implementation("com.nylas.sdk:nylas-java-sdk:1.11.2") **Setup via Maven**: For projects using Maven, add the following to your POM file: com.nylas.sdk nylas-java-sdk - 1.11.1 + 1.11.2 **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 f94ba7cd..4a6ecb1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=1.12.0-SNAPSHOT +version=1.11.2 # Override and set these in ~/.gradle/gradle.properties ossrhUser=