diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef461b..62e9b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ This project adheres to [Semantic Versioning 2](http://semver.org/). ## [Unreleased] +## [0.2.0] - 2016-03-31 +### Added -## 0.1.0 - 2015-11-25 +* Composer dependency compatibility with version 3 of the Symfony Process component. +## 0.1.0 - 2015-11-25 Initial Chrono VCS wrapper release with checkout support for Git and Subversion. ### Added @@ -17,4 +20,5 @@ Initial Chrono VCS wrapper release with checkout support for Git and Subversion. * Git(Hub) Repository adapter. * Subversion Repository adapter. -[Unreleased]: https://github.com/accompli/chrono/compare/0.1.0...HEAD +[Unreleased]: https://github.com/accompli/chrono/compare/0.2.0...HEAD +[0.2.0]: https://github.com/accompli/chrono/compare/0.1.0...0.2.0 diff --git a/README.md b/README.md index cd5bbbb..2cf51e3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Version Control System wrapper for PHP. Run the following command to add the package to your composer.json: ``` bash -$ composer require accompli/chrono:^0.1 +$ composer require accompli/chrono:^0.2 ``` ## Usage