From 299ded1417441ac5d977dd5434aec8c0a8a22a5f Mon Sep 17 00:00:00 2001 From: Kuba Birecki Date: Tue, 10 Sep 2024 19:45:35 +0200 Subject: [PATCH] Update waf package version to 0.18.4.1 --- projects/packages/waf/CHANGELOG.md | 5 +++++ projects/packages/waf/changelog/fix-waf-request-post-data | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 projects/packages/waf/changelog/fix-waf-request-post-data diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 0ea7bf778f24f..825508a88b069 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.18.4.1] - 2024-09-10 +### Fixed +- Ensure that request body is parsed correctly. [#39262] + ## [0.18.4] - 2024-08-26 ### Changed - Updated package dependencies. [#39004] @@ -359,6 +363,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.18.4.1]: https://github.com/Automattic/jetpack-waf/compare/v0.18.4...v0.18.4.1 [0.18.4]: https://github.com/Automattic/jetpack-waf/compare/v0.18.3...v0.18.4 [0.18.3]: https://github.com/Automattic/jetpack-waf/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/Automattic/jetpack-waf/compare/v0.18.1...v0.18.2 diff --git a/projects/packages/waf/changelog/fix-waf-request-post-data b/projects/packages/waf/changelog/fix-waf-request-post-data deleted file mode 100644 index c3d1157e0364c..0000000000000 --- a/projects/packages/waf/changelog/fix-waf-request-post-data +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Waf: Ensure that request body is parsed correctly