From 306f3a677cffe46b49871d3848ae3a70f814a139 Mon Sep 17 00:00:00 2001 From: Oskar Pfeifer-Bley Date: Thu, 26 Apr 2018 14:29:33 +0200 Subject: [PATCH] Prepare v0.7 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73527db..492ef44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## [0.7.0] - 2018-04-26 + +### Changed + + - Enhance documentation (#58, thank to @coudenysj) + - Allow private message handlers (#61) + +### Fixed + + - Use `Prooph\Common\Messaging\HasMessageName` as only requirement for message_detection (#64) + - Allow message detection with private constructors (#69) + - Fix router configuration with `async_switch` (#65, thanks to @s-code) + + ## [0.6.0] - 2017-12-30 ### Added @@ -12,6 +26,7 @@ All notable changes to this project will be documented in this file, in reverse - Support Symfony 4 and PHP 7.2 (#52) + ## [0.5.1] - 2017-12-06 ### Fixed