From 683252a1c77fa339a9a886fc934449ec4923c58f Mon Sep 17 00:00:00 2001 From: Nitzan Jaitman Date: Mon, 5 Nov 2018 17:36:59 +0200 Subject: [PATCH] Version 1.21.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- .../src/main/java/com/cloudinary/Cloudinary.java | 2 +- gradle.properties | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e79c93b..765ab6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +1.21.0 / 2018-11-05 +=================== + +New functionality +----------------- + * Add support for font antialiasing and font hinting for text overlays + +Other changes +------------- + * Clone configuration in `Url.clone()` + 1.20.0 / 2018-10-10 =================== diff --git a/README.md b/README.md index 70dc891d..cfc630d2 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.20.0 + 1.21.0 ``` -Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.20.0/cloudinary-core-1.20.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.20.0/cloudinary-http44-1.20.0.jar) +Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.21.0/cloudinary-core-1.21.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.21.0/cloudinary-http44-1.21.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 b8a6785f..12418178 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.20.0"; + public final static String VERSION = "1.21.0"; public final static String USER_AGENT = "CloudinaryJava/" + VERSION; public final Configuration config; diff --git a/gradle.properties b/gradle.properties index 420f2362..115fa197 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.20.0 +version=1.21.0