From 76e377895e1f1128d7fd5af29355271ccfcce70d Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Sun, 11 Aug 2024 10:20:19 +0300 Subject: [PATCH] Version 1.10.0 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle.properties | 2 +- url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec08da..bb80dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.10.0 / 2024-08-11 +=================== + +* Update transformation builder + 1.9.0 / 2024-07-14 ================== diff --git a/README.md b/README.md index 827b523..acca06f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the SDK to your project as a dependency, we recommend using a build manageme Add the Cloudinary Kotlin SDK to the dependencies section of your `build.gradle` file. ``` -implementation 'com.cloudinary:kotlin-url-gen:1.9.0' +implementation 'com.cloudinary:kotlin-url-gen:1.10.0' ``` **Using Maven**: @@ -44,7 +44,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file com.cloudinary kotlin-url-gen - 1.9.0 + 1.10.0 pom ``` diff --git a/gradle.properties b/gradle.properties index 1697646..c6ca731 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ developerId=cloudinary developerName=Cloudinary developerEmail=info@cloudinary.com # These two properties must use these exact names to be compatible with 'gradle install' plugin. -version=1.9.0 +version=1.10.0 group=com.cloudinary publishGroupId=com.cloudinary android.useAndroidX=true diff --git a/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt b/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt index 33618d8..9b45f9d 100644 --- a/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt +++ b/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt @@ -62,7 +62,7 @@ class Cloudinary(val config: CloudinaryConfig) { } companion object { - const val SDK_VERSION = "1.9.0" + const val SDK_VERSION = "1.10.0" /** * This flag determines whether to throw an error when a transformation is created with invalid arguments.