diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1372915..a3d4919 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
+## 0.0.8 (2024-07-16)
+
+* fix: ts error ([9727abc](https://github.com/a145789/sys-speed/commit/9727abc))
+
+
+
## 0.0.7 (2024-07-16)
+* v0.0.7 ([72e489d](https://github.com/a145789/sys-speed/commit/72e489d))
* feat: 增加更新通知 ([6d47087](https://github.com/a145789/sys-speed/commit/6d47087))
* fix: refactor network speed retrieval ([d6bacca](https://github.com/a145789/sys-speed/commit/d6bacca))
diff --git a/package.json b/package.json
index e0fb9bb..724f96c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sys-speed",
"private": true,
- "version": "0.0.7",
+ "version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index e9574da..042f6d4 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "sys-speed",
- "version": "0.0.7"
+ "version": "0.0.8"
},
"tauri": {
"allowlist": {