Skip to content

Commit

Permalink
Version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Feb 7, 2017
1 parent f11f43f commit 6482479
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

1.8.0 / 2017-02-08
==================

New functionality
-----------------

* Access mode API

Other changes
-------------

* Fix listing direction test.
* Refactor `multi` test

1.7.0 / 2017-01-30
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The cloudinary_java library is available in [Maven Central](https://repo1.maven.
<dependency>
<groupId>com.cloudinary</groupId>
<artifactId>cloudinary-http44</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>

Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.7.0/cloudinary-core-1.7.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.7.0/cloudinary-http44-1.7.0.jar)
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.8.0/cloudinary-core-1.8.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.8.0/cloudinary-http44-1.8.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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.7.0";
public final static String VERSION = "1.8.0";
public final static String USER_AGENT = "CloudinaryJava/" + VERSION;

public final Configuration config;
Expand Down

0 comments on commit 6482479

Please sign in to comment.