@@ -5,38 +5,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 0.5.0] - 2019-08-18
10+
811### Added
9- - IExecute interface as an alternative way to add command handlers to the aggregate.
10- - JobScheduler and JobRunner actor types for scheduling jobs.
12+ - ` IExecute ` interface as an alternative way to add command handlers to the aggregate.
13+ - ` JobScheduler ` and ` JobRunner ` actor types for scheduling persistent jobs.
1114- receive timeouts for aggregate roots.
1215
1316### Changed
14- - AggregateRoot and AggregateSaga logging members are using Eventsourced.Log member.
17+ - ` AggregateRoot ` and ` AggregateSaga ` logging members are using ` Eventsourced.Log ` member.
1518
1619## [ 0.4.6] - 2019-07-27
1720
1821### Added
19- - xUnit2 TestOutputHelper logging
20- - Akkatecture.Clustering Multi Node Tests
21- - FAKE build system
22- - Delete Previous Snapshot
23- - CHANGELOG.
24- - CODE_OF_CONDUCT.
22+ - xUnit2 TestOutputHelper logging.
23+ - Akkatecture.Clustering Multi Node Tests.
24+ - FAKE build system.
25+ - Delete Previous Snapshot .
26+ - CHANGELOG.md.
27+ - CODE_OF_CONDUCT.md.
28+ - THIRD-PARTY-NOTICES.txt.
2529
2630## [ 0.4.5] - 2019-05-15
2731
2832### Changed
2933- Logging to use string format + params rather than interpolation.
3034
3135### Fixed
32- - CommittedSnapshot name from ComittedSnapshot.
36+ - ` CommittedSnapshot ` name from ` ComittedSnapshot ` .
3337- AggregateRoot.EmitAll(...) to allow for more generic cases to be handled.
3438
3539## [ 0.4.4] - 2019-05-09
3640
3741### Added
38- - DomainEventMapper that maps from journal events to.
39- - AggregateTestFixture support for asserting aggregate root replies.
42+ - ` DomainEventMapper ` that maps from journal events to.
43+ - ` AggregateTestFixture ` support for asserting aggregate root replies.
4044
4145### Changed
4246- Access levels for aggregate root properties to be more private.
@@ -163,7 +167,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163167- MIT License.
164168- Project logo.
165169
166- [ Unreleased ] : https://github.com/Lutando/Akkatecture/compare/0.4.5...HEAD
170+ [ Unreleased ] : https://github.com/Lutando/Akkatecture/compare/0.5.0...HEAD
171+ [ 0.5.0 ] : https://github.com/Lutando/Akkatecture/compare/0.4.6...0.5.0
172+ [ 0.4.6 ] : https://github.com/Lutando/Akkatecture/compare/0.4.5...0.4.6
167173[ 0.4.5 ] : https://github.com/Lutando/Akkatecture/compare/0.4.4...0.4.5
168174[ 0.4.4 ] : https://github.com/Lutando/Akkatecture/compare/0.4.3...0.4.4
169175[ 0.4.3 ] : https://github.com/Lutando/Akkatecture/compare/0.4.2...0.4.3
0 commit comments