diff --git a/.changeset/great-carrots-own.md b/.changeset/great-carrots-own.md
deleted file mode 100644
index 8d0baa2..0000000
--- a/.changeset/great-carrots-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"smart-whisper": minor
----
-
-Support large-v3-turbo, sync whisper.cpp to 2ef717b293fe93872cc3a03ca77942936a281959
diff --git a/.changeset/slow-poems-retire.md b/.changeset/slow-poems-retire.md
deleted file mode 100644
index ee9d285..0000000
--- a/.changeset/slow-poems-retire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"smart-whisper": minor
----
-
-Detected spoken language
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03fc48e..7b4a930 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # smart-whisper
 
+## 0.8.0
+
+### Minor Changes
+
+- [#48](https://github.com/JacobLinCool/smart-whisper/pull/48) [`c5ab7f2`](https://github.com/JacobLinCool/smart-whisper/commit/c5ab7f28f494a046aeca4d90013c4570b7dab2ae) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support large-v3-turbo, sync whisper.cpp to 2ef717b293fe93872cc3a03ca77942936a281959
+
+- [#43](https://github.com/JacobLinCool/smart-whisper/pull/43) [`b898a98`](https://github.com/JacobLinCool/smart-whisper/commit/b898a989fd232979f1c3ac9b873b035e5fb3ad6e) Thanks [@silvioprog](https://github.com/silvioprog)! - Detected spoken language
+
 ## 0.7.0
 
 ### Minor Changes
diff --git a/package.json b/package.json
index fe367f4..86c14c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "smart-whisper",
-	"version": "0.7.0",
+	"version": "0.8.0",
 	"description": "Whisper.cpp Node.js binding with auto model offloading strategy.",
 	"main": "dist/index.js",
 	"types": "dist/index.d.ts",