Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading