Skip to content

Commit 6482479

Browse files
author
Amir Tocker
committed
Version 1.8.0
1 parent f11f43f commit 6482479

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

2+
1.8.0 / 2017-02-08
3+
==================
4+
5+
New functionality
6+
-----------------
7+
8+
* Access mode API
9+
10+
Other changes
11+
-------------
12+
13+
* Fix listing direction test.
14+
* Refactor `multi` test
15+
216
1.7.0 / 2017-01-30
317
==================
418

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.7.0</version>
31+
<version>1.8.0</version>
3232
</dependency>
3333

34-
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)
34+
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)
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
@@ -41,7 +41,7 @@ public class Cloudinary {
4141
public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com";
4242
public final static String SHARED_CDN = AKAMAI_SHARED_CDN;
4343

44-
public final static String VERSION = "1.7.0";
44+
public final static String VERSION = "1.8.0";
4545
public final static String USER_AGENT = "CloudinaryJava/" + VERSION;
4646

4747
public final Configuration config;

0 commit comments

Comments
 (0)