This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch release/3.8
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.8 by this push:
new 537b85ee8 docs: release version 3.8.1, add change log (#11181)
537b85ee8 is described below
commit 537b85ee8ae39a4973cc0c316a9bd46d1f2bc83a
Author: YuanSheng Wang <[email protected]>
AuthorDate: Tue Apr 23 17:26:38 2024 +0800
docs: release version 3.8.1, add change log (#11181)
---
CHANGELOG.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c72b0ca2..9bcabdd9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ title: Changelog
## Table of Contents
+- [3.8.1](#381)
- [3.8.0](#380)
- [3.7.0](#370)
- [3.6.0](#360)
@@ -75,6 +76,12 @@ title: Changelog
- [0.7.0](#070)
- [0.6.0](#060)
+## 3.8.1
+
+### Bugfixes
+
+- fix: add post request headers only if auth request method is post (#11174)
+
## 3.8.0
### Core