diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f187e4b..4fb4e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/groundsgg/plugin-permissions/compare/v0.3.0...v0.4.0) (2026-07-13) + + +### Bug Fixes + +* publish the permission snapshot refresh sweep ([#8](https://github.com/groundsgg/plugin-permissions/issues/8)) ([55ed2bc](https://github.com/groundsgg/plugin-permissions/commit/55ed2bc52423c3640e54c4f0c4dbb3bcd2fa47d5)) + ## [0.3.0](https://github.com/groundsgg/plugin-permissions/compare/v0.2.0...v0.3.0) (2026-07-09)