diff --git a/docs/changelog.md b/docs/changelog.md
index bc13a792..4c61cf4e 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,6 +6,18 @@ small.label {
}
+## 4.12.1 (Oct 7, 2024) { id="4.12.1" }
+
+Fixes & improvements:
+
+- fixed removal of errored files from compilation build [core]
+- fixed AST node indexing of multiple structurally different ASTs [core]
+- fixed crashes on non-utf8 files present in workspace on compilation [core]
+- increased timeouts for solc binary installation [core]
+- fixed LSP features not available for files without workspace [language server]
+- improved error logging of LSP subprocesses [language server]
+- Anvil is now also being searched in standard `~/.foundry/bin` directory [testing framework]
+
## 4.12.0 (Oct 2, 2024) { id="4.12.0" }
Features & improvements:
diff --git a/pyproject.toml b/pyproject.toml
index 230667ba..325d3c6e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eth-wake"
-version = "4.12.0"
+version = "4.12.1"
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
license = "ISC"
authors = ["Ackee Blockchain"]