diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index e642c011..c7353c18 100644 --- a/url_gen/CHANGELOG.md +++ b/url_gen/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.4.0 +- Fix signature api key +- Fix analytics token OS +- Add Reshape action +- Add Colorspace +- Add default image action +- Add density action +- Update generative replace +- Update generative Recolor + ## 1.3.0 - Add progress bar effect - Add video codec action diff --git a/url_gen/README.md b/url_gen/README.md index 593d7094..4534729e 100644 --- a/url_gen/README.md +++ b/url_gen/README.md @@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | Dart Version | |-------------|--------------| -| 1.3.0 | > 1.0 | +| 1.4.0 | > 1.0 | ## Installation To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). ```yaml dependencies: - cloudinary_url_gen: ^1.3.0 + cloudinary_url_gen: ^1.4.0 ``` ## Usage diff --git a/url_gen/pubspec.yaml b/url_gen/pubspec.yaml index 7e2c5c08..a851436a 100644 --- a/url_gen/pubspec.yaml +++ b/url_gen/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudinary_url_gen description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline -version: 1.3.0 +version: 1.4.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart