diff --git a/CHANGELOG.md b/CHANGELOG.md index d73bc57..09550de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.2.2 - 2024-09-07 + +### Added +- Add extra error logging for Matrix and Super Table fields for Typed Link field migration. +- Add “safe” attributes for various link properties to allow `setAttributes` correctly. +- Add `linkUri` to the GraphQL `LinkInterface` class. + ## 1.2.1 - 2024-08-08 ### Fixed diff --git a/composer.json b/composer.json index c9dbbdd..89020c6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/hyper", "description": "A user-friendly links field for Craft.", "type": "craft-plugin", - "version": "1.2.1", + "version": "1.2.2", "keywords": [ "craft", "cms",