diff --git a/CHANGELOG.md b/CHANGELOG.md index b089c7c..98d2d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.7.0](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/compare/v4.6.0...v4.7.0) (2024-08-30) + + +### Features + +* simplify transformTypes configuration and allow "Advanced CDN Media Asset Delivery Options" ([#254](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/issues/254)) ([d4ed539](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/commit/d4ed539a88cb145a4bc91c9ff0c98e3b1d74804c)) + # [4.7.0-beta.1](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/compare/v4.6.0...v4.7.0-beta.1) (2024-07-28) diff --git a/plugin/package.json b/plugin/package.json index 57260e3..eea00f6 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-cloudinary", - "version": "4.7.0-beta.1", + "version": "4.7.0", "description": "Transform local files into Cloudinary-managed assets for Gatsby sites.", "main": "index.js", "types": "index.d.ts",