diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a38163..852fd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] Nothing yet. + +## [10.0.0] - 2025-12-08 + +### Added + +- Implemented `RetrySettings`. +- Implemented Command Query Responsibility Segregation pattern, with `CommandBus` and `QueryBus`. +- Added `DependencyInjectionExtensions`. + +[unreleased]: https://github.com/Logitar/EventSourcing/compare/v10.0.0...HEAD +[10.0.0]: https://github.com/Logitar/EventSourcing/releases/tag/v10.0.0