diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39a49e2..b07931c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
# Changelog
+### [Version 1.32.4](https://github.com/lobehub/chat-plugin-sdk/compare/v1.32.3...v1.32.4)
+
+Released on **2024-06-30**
+
+#### 🐛 Bug Fixes
+
+- **misc**: Ensure request body properties are defined.
+
+
+
+Improvements and Fixes
+
+#### What's fixed
+
+- **misc**: Ensure request body properties are defined, closes [#43](https://github.com/lobehub/chat-plugin-sdk/issues/43) ([933b53c](https://github.com/lobehub/chat-plugin-sdk/commit/933b53c))
+
+