diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7a5c177..549f6b87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## 4.0.1 (2024-05-15)
+
+#### Internal
+
+* support ``coverage`` v7.5+ (#442) ([f41dca5](f41dca5))
+* skip tests which require running in a git repo when ``.git`` is missing (#443) ([b566fc3](b566fc3))
+
## 4.0.0 (2024-04-29)
diff --git a/pyproject.toml b/pyproject.toml
index fd579190..3c4b8ed6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coveralls"
-version = "4.0.0"
+version = "4.0.1"
description = "Show coverage stats online via coveralls.io"
readme = "README.rst"