diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2bfc6c2c1952..c204752ae8ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,47 @@
# Changelog
+## [Version 1.82.0](https://github.com/bentwnghk/lobe-chat/compare/v1.81.2...v1.82.0)
+
+Released on **2024-12-26**
+
+#### ♻ Code Refactoring
+
+- **misc**: Refactor services code style.
+
+#### ✨ Features
+
+- **misc**: Add changelog modal.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix o1Models list.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **misc**: Refactor services code style, closes [#5180](https://github.com/bentwnghk/lobe-chat/issues/5180) ([e98ece8](https://github.com/bentwnghk/lobe-chat/commit/e98ece8))
+
+#### What's improved
+
+- **misc**: Add changelog modal, closes [#4800](https://github.com/bentwnghk/lobe-chat/issues/4800) ([df3ac87](https://github.com/bentwnghk/lobe-chat/commit/df3ac87))
+
+#### What's fixed
+
+- **misc**: Fix o1Models list, closes [#5183](https://github.com/bentwnghk/lobe-chat/issues/5183) ([10d9904](https://github.com/bentwnghk/lobe-chat/commit/10d9904))
+
+