CHANGELOG.md in event_sourcery-0.18.0 vs CHANGELOG.md in event_sourcery-0.19.0
- old
+ new
@@ -3,10 +3,17 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [0.19.0] - 2018-06-06
+
+### Added
+
+- Allow passing an `after_fork` lambda to `ESPRunner` that is called after each
+ `ESPProcess` is forked
+
## [0.18.0] - 2018-05-23
- Allow specifying a subscription batch size
## [0.17.0] - 2018-03-22
@@ -127,10 +134,13 @@
### Removed
- EventSourcery no longer depends on Virtus.
- `Command` and `CommandHandler` have been removed.
-[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.16.0...HEAD
+[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.19.0...HEAD
+[0.19.0]: https://github.com/envato/event_sourcery/compare/v0.18.0...v0.19.0
+[0.18.0]: https://github.com/envato/event_sourcery/compare/v0.17.0...v0.18.0
+[0.17.0]: https://github.com/envato/event_sourcery/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/envato/event_sourcery/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/envato/event_sourcery/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/envato/event_sourcery/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/envato/event_sourcery/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/envato/event_sourcery/compare/v0.11.2...v0.12.0