diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28d778b5e173..b0039c68b3c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,39 @@
# Changelog
+### [Version 1.27.16](https://github.com/bentwnghk/lobe-chat/compare/v1.27.15...v1.27.16)
+
+Released on **2024-04-14**
+
+#### ♻ Code Refactoring
+
+- **misc**: Refactor the auth.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix tool call error with gpt-4-turbo.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **misc**: Refactor the auth, closes [#2043](https://github.com/bentwnghk/lobe-chat/issues/2043) ([37ecb41](https://github.com/bentwnghk/lobe-chat/commit/37ecb41))
+
+#### What's fixed
+
+- **misc**: Fix tool call error with gpt-4-turbo, closes [#2042](https://github.com/bentwnghk/lobe-chat/issues/2042) ([63d91b8](https://github.com/bentwnghk/lobe-chat/commit/63d91b8))
+
+