diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f1b0b78..4a29fcfc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Solspace Freeform Changelog +## 5.8.2 - 2024-12-11 + +### Fixed +- Fixed a bug where a user with individual form permissions would not have access to a form they just duplicated. +- Fixed a bug where the automatic purging of old submissions queue job could fail if an empty string was passed for an asset. + ## 5.8.1 - 2024-12-10 ### Added diff --git a/composer.json b/composer.json index 611119d44..66db5fa04 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft-freeform", "description": "The most reliable form builder that's ready for wherever your project takes you.", - "version": "5.8.1", + "version": "5.8.2", "type": "craft-plugin", "authors": [ {