diff --git a/CHANGELOG.md b/CHANGELOG.md
index f466d570dba813e2b31443b428eea8b1118f9e9e..c9af33cd30ecf57ef108016b715401b591583ce4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 
 ## [Unreleased]
-[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.0...HEAD
+[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.1...HEAD
+
+
+## [v0.4.1] - 2022-08-20
+[v0.4.1]: https://github.com/althonos/pyrodigal/compare/v0.4.0...v0.4.1
+
+### Changed
+- Use lists instead of arrays to store state of `Minimizers` when pickling.
+- Skip serialization of minimizer index to reduce total state size.
+- Make `Mapper.query_draft` and `Mapper.query_genome` return hits sorted by identity in descending order.
 
 
 ## [v0.4.0] - 2022-08-04
diff --git a/pyfastani/__init__.py b/pyfastani/__init__.py
index 346c975815b710500e46219e607c70787e15f3a6..cf74c074bd28a76fe26e156d743d87d09ac72ed9 100644
--- a/pyfastani/__init__.py
+++ b/pyfastani/__init__.py
@@ -12,7 +12,7 @@ from ._fastani import (
 
 __author__ = "Martin Larralde <martin.larralde@embl.de>"
 __license__ = "MIT"
-__version__ = "0.4.0"
+__version__ = "0.4.1"
 
 __doc__ = _fastani.__doc__
 __all__ = [