From b2666720484fcb6b4f7869eaba4aa43327df44df Mon Sep 17 00:00:00 2001 From: Nitzan Jaitman Date: Tue, 26 Sep 2017 12:49:16 +0300 Subject: [PATCH] Version 1.16.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- .../src/main/java/com/cloudinary/Cloudinary.java | 2 +- gradle.properties | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a2b417..b3b4afc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +1.16.0 / 2017-09-26 +=================== + + * Change url suffix and root path limitations + * Add update_version.sh + * Update Readme to point to HTTPS URLs of cloudinary.com + * Fix android repository link + 1.15.0 / 2017-09-05 =================== diff --git a/README.md b/README.md index cdf73684..45781b95 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.15.0 + 1.16.0 ``` -Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.15.0/cloudinary-core-1.15.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.15.0/cloudinary-http44-1.15.0.jar) +Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.16.0/cloudinary-core-1.16.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.16.0/cloudinary-http44-1.16.0.jar) and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http44/pom.xml) 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 65f4ce74..0398ca92 100644 --- a/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java +++ b/cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java @@ -40,7 +40,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.15.0"; + public final static String VERSION = "1.16.0"; public final static String USER_AGENT = "CloudinaryJava/" + VERSION; public final Configuration config; diff --git a/gradle.properties b/gradle.properties index 2cb79dc1..0b2db6ae 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.15.0 +version=1.16.0