From 79c66cc29abe1b1cb082b097ec4f5db81ad660f5 Mon Sep 17 00:00:00 2001 From: prolic Date: Fri, 11 May 2018 01:14:38 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b32c3..1f7f0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Change Log -## [v5.4.0](https://github.com/prooph/event-sourcing/tree/v5.4.0) +## [v5.5.0](https://github.com/prooph/event-sourcing/tree/v5.5.0) +[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.4.0...v5.5.0) + +**Implemented enhancements:** + +- add option to disable identity map [\#77](https://github.com/prooph/event-sourcing/pull/77) ([prolic](https://github.com/prolic)) + +## [v5.4.0](https://github.com/prooph/event-sourcing/tree/v5.4.0) (2018-04-30) [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.3.0...v5.4.0) **Implemented enhancements:**