From 48e64f7d563821d5c6a642cd86900862b989228b Mon Sep 17 00:00:00 2001 From: Nitzan Jaitman Date: Thu, 12 Sep 2019 13:02:53 +0300 Subject: [PATCH] Version 1.24.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- .../src/main/java/com/cloudinary/Cloudinary.java | 2 +- gradle.properties | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbdc96d..043fea28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +1.24.0 / 2019-09-12 +=================== + + * Add support for `cinemagraph_analysis` parameter. (#182) + * Rename Account API methods, add convenience overloads. (#181) + 1.23.0 / 2019-08-15 =================== diff --git a/README.md b/README.md index 8bbcf71a..765dba0f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ The cloudinary_java library is available in [Maven Central](https://repo1.maven. com.cloudinary cloudinary-http44 - 1.23.0 + 1.24.0 ``` -Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.23.0/cloudinary-core-1.23.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.23.0/cloudinary-http44-1.23.0.jar) +Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.24.0/cloudinary-core-1.24.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.24.0/cloudinary-http44-1.24.0.jar) and see [build.gradle](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http44/build.gradle) for library dependencies. ## Try it right away diff --git a/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java b/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java index 8b22f7fc..5826743e 100644 --- a/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java +++ b/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java @@ -32,7 +32,7 @@ public class Cloudinary { public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com"; public final static String SHARED_CDN = AKAMAI_SHARED_CDN; - public final static String VERSION = "1.23.0"; + public final static String VERSION = "1.24.0"; public final static String USER_AGENT = "CloudinaryJava/" + VERSION + " (Java " + System.getProperty("java.version") + ")"; public final Configuration config; diff --git a/gradle.properties b/gradle.properties index afd267a6..6b7fa147 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ developerEmail=info@cloudinary.com # These two properties must use these exact names to be compatible with 'gradle install' plugin. group=com.cloudinary -version=1.23.0 +version=1.24.0