From d9e400c94a14e2c3bb07553dfb9cc6bfa81e7efc Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 23 May 2018 20:12:40 +0200 Subject: [PATCH] Add changelog for 3.4.4 --- CHANGELOG-3.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index ffe5fd18..b49dd60a 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -12,6 +12,13 @@ where XXX and YYY are the older and newer versions, respectively. To generate a changelog summary since the last version, run `git log --no-merges --oneline XXX...HEAD` +3.4.4 (2018-05-23) +------------------ + +All issues and pull requests in this release may be found under the [3.4.4 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.4.4). + + * [464](https://github.com/doctrine/DoctrineMongoDBBundle/pull/464) adds a missing service for the `doctrine:mongodb:generate:repositories` command + 3.4.3 (2018-04-19) ------------------