diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0041e8f..0c7516b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 0.2.0
+
+### Features
+
+- Add unifySameTitleSession option for unify resume messages - by **d-kimsuon** [(4c721)](https://github.com/d-kimuson/claude-code-viewer/commit/4c72199)
+- Syntaxhilight input json - by **d-kimsuon** [(55f70)](https://github.com/d-kimuson/claude-code-viewer/commit/55f7063)
+- Abort running task - by **d-kimsuon** [(60b9c)](https://github.com/d-kimuson/claude-code-viewer/commit/60b9c65)
+- Implement continue chat (not resume if connected) - by **d-kimsuon** [(79794)](https://github.com/d-kimuson/claude-code-viewer/commit/79794be)
+- Improve sync tasks status by using SSE - by **d-kimsuon** [(521a3)](https://github.com/d-kimuson/claude-code-viewer/commit/521a368)
+- Improve sidebar menu - by **d-kimsuon** [(d9a0f)](https://github.com/d-kimuson/claude-code-viewer/commit/d9a0f17)
+- Clean up all tasks before exit - by **d-kimsuon** [(31da8)](https://github.com/d-kimuson/claude-code-viewer/commit/31da823)
+- Improve continue chat experience - by **d-kimsuon** [(e689d)](https://github.com/d-kimuson/claude-code-viewer/commit/e689dd5)
+
+##### [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.1.0...0.2.0)
+
## 0.1.0
### Features
diff --git a/package.json b/package.json
index 799d6fa..842f50d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@kimuson/claude-code-viewer",
- "version": "0.1.0",
+ "version": "0.2.0",
"type": "module",
"license": "MIT",
"repository": {