From 9c6c019c6d1c67208261bf183a3effa94357aff4 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 9 Dec 2019 13:08:43 +0100 Subject: [PATCH] Generate changelog for v2.0.10 --- CHANGELOG-2.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index f4b852d..1c68d67 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,5 +1,10 @@ # CHANGELOG for `2.0.x` +## v2.0.10 (2019-12-09) + +- [#101](https://github.com/FriendsOfBehat/SymfonyExtension/issues/101) Fix referencing context initializers ([@kamazee](https://github.com/kamazee)) +- [#102](https://github.com/FriendsOfBehat/SymfonyExtension/issues/102) Fix the build & add tests for Symfony 4.3 and 4.4 ([@pamil](https://github.com/pamil)) + ## v2.0.9 (2019-10-10) - [#77](https://github.com/FriendsOfBehat/SymfonyExtension/issues/77) Fix docs: change 'kernel.file' to 'kernel.path' ([@mkilmanas](https://github.com/mkilmanas))