Skip to content

Commit a0d2c1d

Browse files
Change log and version update
1 parent 0abd677 commit a0d2c1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
1.0.12 - 2014-03-04 - Fix handling of Booleans in uploader API
33
1.0.13 - 2014-04-29 - Allow passing ClientConnectionManager. Add support for opacity. Support upload_presets. Support unsigned uploads. Support start_at for resource listing. Support phash for upload and resource details. Support rate limit header in Api calls.
44
1.0.14 - 2014-07-29 - Add background_removal. Support return_delete_token in upload/update params. Support responsive and hidpi. Support custom coordinates.
5-
1.1.0 - 2014-11-17 - Support folder listing API. Consolidate Android and Java client libraries. Support signed urls in tag helpers (image and url)
5+
1.1.0 - 2014-11-17 - Support folder listing API. Consolidate Android and Java client libraries. Support signed urls in tag helpers (image and url)
6+
1.1.1 - 2014-12-18 - Support secure domain sharding. Don't sign version component. Support url suffix and use root path. Support tags in upload large.

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

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

36-
public final static String VERSION = "1.1.0";
36+
public final static String VERSION = "1.1.1";
3737
public final static String USER_AGENT = "cld-java-" + VERSION;
3838

3939
public final Configuration config;

0 commit comments

Comments
 (0)