diff --git a/CHANGELOG.md b/CHANGELOG.md
index 341f812ad0288553ed4c70cef0933f3649eb9ae4..5b148a5d9ab90b415bddb9ce5ea755b7fef36f69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## [Unreleased]
 
+## [3.8.1] - 2024-08-25
+
 ### Fixed
 - Fix compatibility issue with NumPy 2.x on Windows ([#492](https://github.com/stack-of-tasks/eigenpy/pull/492))
 
@@ -657,7 +659,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
 
 ## [1.0.0] - 2014-07-18
 
-[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...HEAD
+[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...HEAD
+[3.8.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
 [3.8.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0
 [3.7.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0
 [3.6.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...v3.6.0