Skip to content

Commit b266672

Browse files
committed
Version 1.16.0
1 parent b0fa160 commit b266672

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.16.0 / 2017-09-26
3+
===================
4+
5+
* Change url suffix and root path limitations
6+
* Add update_version.sh
7+
* Update Readme to point to HTTPS URLs of cloudinary.com
8+
* Fix android repository link
9+
210
1.15.0 / 2017-09-05
311
===================
412

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ The cloudinary_java library is available in [Maven Central](https://repo1.maven.
3434
<dependency>
3535
<groupId>com.cloudinary</groupId>
3636
<artifactId>cloudinary-http44</artifactId>
37-
<version>1.15.0</version>
37+
<version>1.16.0</version>
3838
</dependency>
3939
```
4040

41-
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)
41+
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)
4242
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http44/pom.xml) for library dependencies.
4343

4444
## Try it right away

cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Cloudinary {
4040
public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com";
4141
public final static String SHARED_CDN = AKAMAI_SHARED_CDN;
4242

43-
public final static String VERSION = "1.15.0";
43+
public final static String VERSION = "1.16.0";
4444
public final static String USER_AGENT = "CloudinaryJava/" + VERSION;
4545

4646
public final Configuration config;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ [email protected]
1313

1414
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
1515
group=com.cloudinary
16-
version=1.15.0
16+
version=1.16.0

0 commit comments

Comments
 (0)