Skip to content

Commit b1cec0f

Browse files
author
Amir Tocker
committed
Version 1.6.0
1 parent 3e33935 commit b1cec0f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

2+
1.6.0 / 2017-01-08
3+
==================
4+
5+
* Add Search by context API
6+
27
1.5.0 / 2016-11-19
38
==================
49

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The cloudinary_java library is available in [Maven Central](https://repo1.maven.
2828
<dependency>
2929
<groupId>com.cloudinary</groupId>
3030
<artifactId>cloudinary-http44</artifactId>
31-
<version>1.5.0</version>
31+
<version>1.6.0</version>
3232
</dependency>
3333

34-
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.5.0/cloudinary-core-1.5.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.5.0/cloudinary-http44-1.5.0.jar)
34+
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.6.0/cloudinary-core-1.6.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.6.0/cloudinary-http44-1.6.0.jar)
3535
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http44/pom.xml) for library dependencies.
3636

3737
## 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.5.0";
43+
public final static String VERSION = "1.6.0";
4444
public final static String USER_AGENT = "CloudinaryJava/" + VERSION;
4545

4646
public final Configuration config;

0 commit comments

Comments
 (0)