Skip to content

Commit a9e77cd

Browse files
committed
Version 2.2.0
1 parent c646ad4 commit a9e77cd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.2.0 / 2025-02-02
2+
==================
3+
4+
* Fix Uploader strategy
5+
* Add restore assets by asset ids
6+
* Add allow dynamic list parameter
7+
* Add delete resources by asset ids
8+
19
2.1.0 / 2025-01-20
210
==================
311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The cloudinary_java library is available in [Maven Central](https://mvnrepositor
3939
<dependency>
4040
<groupId>com.cloudinary</groupId>
4141
<artifactId>cloudinary-http45</artifactId>
42-
<version>2.1.0</version>
42+
<version>2.2.0</version>
4343
</dependency>
4444
```
4545

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

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

35-
public final static String VERSION = "2.1.0";
35+
public final static String VERSION = "2.2.0";
3636
static String USER_AGENT_PREFIX = "CloudinaryJava";
3737
public final static String USER_AGENT_JAVA_VERSION = "(Java " + System.getProperty("java.version") + ")";
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ developerEmail=info@cloudinary.com
1313

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

1818
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
1919

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy