From 68c0b5ad2902e1166d1a10a5af9b1bf7b8794031 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Mon, 8 Dec 2025 23:33:14 -0500 Subject: [PATCH] Release 10.0.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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