From 6d129406f8b679debc6e5d0bf3876301b8bed87a Mon Sep 17 00:00:00 2001 From: Thomas Vantuycom Date: Fri, 26 Jan 2024 10:13:15 +0100 Subject: [PATCH] release: 1.6.0 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b74e09..6b68aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Cloudinary +## 1.6.0 - 2024-01-26 + +### Added + +- Support all file formats ([#8](https://github.com/thomasvantuycom/craft-cloudinary/issues/8)) + ## 1.5.1 - 2024-01-03 ### Fixed diff --git a/composer.json b/composer.json index 5b6b762..8f289b5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "thomasvantuycom/craft-cloudinary", "description": "Cloudinary integration for Craft CMS.", "type": "craft-plugin", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "support": { "email": "thomasvantuycom@protonmail.com",