diff --git a/CHANGELOG.md b/CHANGELOG.md index ac91e1e..44647ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.3.2 - 2020-07-28 ### Fixed - Fixed an issue where Instagram embeds would include the login URL (with otherwise correct data) in some cases after checking for expired signatures diff --git a/composer.json b/composer.json index 1e2f1cb..fdf0f4d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-embedded-assets", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", - "version": "2.3.1", + "version": "2.3.2", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 658c999..6b004cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-embedded-assets", - "version": "2.3.1", + "version": "2.3.2", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", "main": "src/resources/main.js", "scripts": {