diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 8fdbbf04192b3..2cb70aabb65e3 100644 --- a/projects/packages/waf/CHANGELOG.md +++ b/projects/packages/waf/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.2] - 2023-01-09 +### Fixed +- Fix firewall activation hooks on first option updates. [#28234] + ## [0.8.1] - 2023-01-07 ### Changed - Change directory location that stores firewall rules. [#28049] @@ -131,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: do not ship .phpcs.dir.xml in production builds. +[0.8.2]: https://github.com/Automattic/jetpack-waf/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Automattic/jetpack-waf/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/Automattic/jetpack-waf/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/Automattic/jetpack-waf/compare/v0.7.1...v0.7.2 diff --git a/projects/packages/waf/changelog/fix-waf-add-option-hooks b/projects/packages/waf/changelog/fix-waf-add-option-hooks deleted file mode 100644 index bc51a61a91b55..0000000000000 --- a/projects/packages/waf/changelog/fix-waf-add-option-hooks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix firewall activation hooks on first option updates. diff --git a/projects/packages/waf/changelog/update-wpcs b/projects/packages/waf/changelog/update-wpcs deleted file mode 100644 index 211a1cc7d9e1d..0000000000000 --- a/projects/packages/waf/changelog/update-wpcs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: PHPCS fixes for new WPCS sniffs. Should be no user-visible changes. - -