From 0f9eb38b19f6672f8201d17e5ad25718a63e62b7 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 1 Aug 2025 11:11:34 -0400 Subject: [PATCH] Release v2.12.0 --- CHANGELOG.md | 5 ++++- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707ed532..971dd570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Nylas Java SDK Changelog -## [Unreleased] +## [2.12.0] + +### Added +* `unknown` as a conferencing provider ### Changed * Upgraded OkHttp dependency from 3.14.5 to 4.12.0 diff --git a/README.md b/README.md index 837bb57c..f53c2414 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.11.1") +implementation("com.nylas.sdk:nylas:2.12.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.11.1-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.12.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 61d22c14..0b50ef07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.11.1 +version=2.12.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=