Skip to content

Commit bae965e

Browse files
author
cloudinary-bot
committed
Version 1.1.0
1 parent bbfaf1b commit bae965e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.1.0 / 2022-05-15
2+
==================
3+
4+
* Support strength qualifier as expression
5+
* Support AudioFrequency original value
6+
* Deprecate offsetX and offsetY
7+
* Support x and y in resize
8+
* Support textColor as expression
9+
* Deprecate wavefrom from Effect
10+
* Add waveform to VideoEdit
11+
* Support startOffset and endOffset as expression
12+
113
1.0.0 / 2022-05-12
214
==================
315

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the SDK to your project as a dependency, we recommend using a build manageme
3131
Add the Cloudinary Kotlin SDK to the dependencies section of your `build.gradle` file.
3232

3333
```
34-
implementation 'com.cloudinary:kotlin-transformation-builder-sdk:1.0.0'
34+
implementation 'com.cloudinary:kotlin-transformation-builder-sdk:1.1.0'
3535
```
3636

3737
**Using Maven**:
@@ -41,7 +41,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file
4141
<dependency>
4242
<groupId>com.cloudinary</groupId>
4343
<artifactId>kotlin-transformation-builder-sdk</artifactId>
44-
<version>1.0.0</version>
44+
<version>1.1.0</version>
4545
<type>pom</type>
4646
</dependency>
4747
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ developerId=cloudinary
1111
developerName=Cloudinary
1212
developerEmail=info@cloudinary.com
1313
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
14-
version=1.0.0
14+
version=1.1.0
1515
group=com.cloudinary
1616
publishGroupId=com.cloudinary
1717
android.useAndroidX=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Version {
22
companion object {
3-
const val SDK_VERSION = "1.0.0"
3+
const val SDK_VERSION = "1.1.0"
44
}
55
}

0 commit comments

Comments
 (0)