diff --git a/CHANGELOG.md b/CHANGELOG.md index ad77f22..b54b65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.0 - 2022-01-11 + +### Changed +- Now require Craft 3.7.31+. + +### Fixed +- Fix compatibility with Craft 3.7.31. +- Fix potential error with MatrixMate and cloning blocks. + ## 1.1.14 - 2021-05-30 ### Fixed diff --git a/composer.json b/composer.json index 4da63b4..dcb42dd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/smith", "description": "Add copy, paste and clone functionality to Matrix blocks.", "type": "craft-plugin", - "version": "1.1.14", + "version": "1.2.0", "keywords": [ "craft", "cms",