diff --git a/CHANGELOG.md b/CHANGELOG.md
index e83e938..6fa2dc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.3.1
+
+### Features
+
+- Add configurable Enter key behavior for message input - by **nepula_h_okuyama** and **Claude** [(e37ca)](https://github.com/d-kimuson/claude-code-viewer/commit/e37ca87)
+
+### Bug Fixes
+
+- Resolve lint and formatting errors - by **amay077** and **Claude** [(730d1)](https://github.com/d-kimuson/claude-code-viewer/commit/730d134)
+
+##### [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.3.0...0.3.1)
+
## 0.3.0
### Features
diff --git a/package.json b/package.json
index 20f25fc..f3fa94d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@kimuson/claude-code-viewer",
- "version": "0.3.0",
+ "version": "0.3.1",
"type": "module",
"license": "MIT",
"repository": {