From e1fa6f55aca6bc92a516616a86e769db36471640 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Fri, 15 Jul 2022 14:51:43 -0400 Subject: [PATCH] v1.15.0 --- 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 c4867023..26e34cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,12 @@ # Nylas Java SDK Changelog -## [Unreleased] - -This section contains changes that have been committed but not yet released. +## [1.15.0] - Released 2022-07-15 ### Added * Add `interval_minutes` field in Scheduler booking config * Add `metadata` field to `JobStatus` -### Changed - -### Deprecated - -### Fixed - -### Removed - -### Security - ## [1.14.0] - Released 2022-06-14 ### Added @@ -283,7 +271,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.14.0...HEAD +[1.15.0]: https://github.com/nylas/nylas-java/releases/tag/v1.15.0 [1.14.0]: https://github.com/nylas/nylas-java/releases/tag/v1.14.0 [1.13.1]: https://github.com/nylas/nylas-java/releases/tag/v1.13.1 [1.13.0]: https://github.com/nylas/nylas-java/releases/tag/v1.13.0 diff --git a/README.md b/README.md index 10163899..36e8fcec 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.14.0") + implementation("com.nylas.sdk:nylas-java-sdk:1.15.0") **Setup via Maven**: For projects using Maven, add the following to your POM file: com.nylas.sdk nylas-java-sdk - 1.14.0 + 1.15.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 3513bccb..45c9c127 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=1.15.0-SNAPSHOT +version=1.15.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=