diff --git a/docs/changelog.md b/docs/changelog.md
index b17039983..cecd0ef8d 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,6 +6,14 @@ small.label {
}
+## 4.10.1 (Jun 11, 2024) { id="4.10.1" }
+
+Fixes:
+
+- fixed language server unicode decoding crash when trying to read from non-existent files [language server]
+- fixed Yul definitions of `shl`, `shr` and `sar` instructions in `lsp-yul-definitions` printer [language server]
+- fixed handling of language server subprocess crashes [language server]
+
## 4.10.0 (Jun 11, 2024) { id="4.10.0" }
Features & improvements:
diff --git a/pyproject.toml b/pyproject.toml
index 6f6246047..6892a89a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eth-wake"
-version = "4.10.0"
+version = "4.10.1"
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
license = "ISC"
authors = ["Ackee Blockchain"]