From 1ce1fd89924c19c878c087da7177eedbfb1e139f Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Sat, 29 Nov 2025 14:49:32 -0500 Subject: [PATCH] Release 10.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9390d..ffe66a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [10.0.0] - 2025-11-29 + +### Added + +- `IEventHandler` interface. +- In-memory synchronous event handler. + +### Changed + +- Migrated to .NET10. + +### Fixed + +- NuGet upgrades. + ## [7.0.2] - 2025-04-16 ### Fixed @@ -159,7 +174,8 @@ There are so many changes in this version that I may have missed some. - Marked old TypeExtensions as obsolete. - Refactored AggregateRoot. -[unreleased]: https://github.com/Logitar/EventSourcing/compare/v7.0.2...HEAD +[unreleased]: https://github.com/Logitar/EventSourcing/compare/v10.0.0...HEAD +[10.0.0]: https://github.com/Logitar/EventSourcing/compare/v7.0.2...v10.0.0 [7.0.2]: https://github.com/Logitar/EventSourcing/compare/v7.0.1...v7.0.2 [7.0.1]: https://github.com/Logitar/EventSourcing/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/Logitar/EventSourcing/compare/v6.0.1...v7.0.0