From 3fb272626277473d8b9433e593b67e7b9e55f3d8 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Mon, 15 Jan 2024 11:05:03 +0200 Subject: [PATCH] Version 1.8.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- gradle.properties | 2 +- url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1da2a..0c41cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.8.0 / 24-01-15 +================ + +* Update analytics token +* Update transformation builder + 1.7.0 / 23-11-06 =============== diff --git a/README.md b/README.md index 7914fc1..6c2cc1c 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.7.0' +implementation 'com.cloudinary:kotlin-url-gen:1.8.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.7.0 + 1.8.0 pom ``` diff --git a/gradle.properties b/gradle.properties index d037df4..d6b720a 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.7.0 +version=1.8.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 9328139..5a259cd 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.7.0" + const val SDK_VERSION = "1.8.0" /** * This flag determines whether to throw an error when a transformation is created with invalid arguments.