diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e2006..0126352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.0.1 - 2024-06-18 + +### Fixed +- Disable FK checks when migrating Matrix block data. (thanks @brandonkelly). + ## 4.0.0 - 2024-05-20 > {note} Super Table has now reached its end-of-life. Read more in the [announcement](https://verbb.io/blog/so-long-super-table). diff --git a/composer.json b/composer.json index 0f29891..fb5cea1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/super-table", "description": "Super-charge your content builders and create nested Matrix fields.", "type": "craft-plugin", - "version": "4.0.0", + "version": "4.0.1", "keywords": [ "craft", "cms",