Version 1.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb3a7d0..c597f37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,17 @@
 
 ## [Unreleased]
 
+## [1.1.0] - 2025-09-12
+
+### Added
+
+- Official support for Erlang 28
+- Support for mocked modules together with EDB ([\#254](https://github.com/eproxus/meck/pull/254))  ([robertoaloi](https://github.com/robertoaloi))
+
+### Removed
+
+- Support for Erlang 25
+
 ## [1.0.0] - 2024-06-28
 
 ### Added
@@ -351,7 +362,8 @@
 
 - dialyzer unmatched return errors ([\#24](https://github.com/eproxus/meck/issues/24))
 
-[Unreleased]: https://github.com/eproxus/meck/compare/1.0.0...HEAD
+[Unreleased]: https://github.com/eproxus/meck/compare/1.1.0...HEAD
+[1.1.0]: https://github.com/eproxus/meck/compare/1.0.0...1.1.0
 [1.0.0]: https://github.com/eproxus/meck/compare/0.9.2...1.0.0
 [0.9.2]: https://github.com/eproxus/meck/compare/0.9.1...0.9.2
 [0.9.1]: https://github.com/eproxus/meck/compare/0.9.0...0.9.1