diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e5234a..60008adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. -## v0.6.1 - UNRELEASED +## v0.6.2 - UNRELEASED Nothing yet. +## v0.6.1 - 2016-02-03 +### Fixed +- [#5: Support Symfony3](https://github.com/mamuz/PhpDependencyAnalysis/issues/5) + ## v0.6.0 - 2015-09-13 ### Added - FQCN filter diff --git a/src/Command/MessageInterface.php b/src/Command/MessageInterface.php index be65cefa..8de81248 100644 --- a/src/Command/MessageInterface.php +++ b/src/Command/MessageInterface.php @@ -27,7 +27,7 @@ interface MessageInterface { - const VERSION = 'dev-master'; + const VERSION = 'v0.6.1'; const NAME = 'PhpDependencyAnalysis by Marco Muths';