Add changelog for 1.2.0

This commit is contained in:
Damian Mooyman 2016-02-04 13:31:33 +13:00
parent 26817742d2
commit b084f5433c
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0]
* Fix broken badges
* Converted to PSR-2
* Use Config API
* Optionally log check failures
* Update documentation and configuration to supported module standard
## [1.1.2]
* Bring up to supported module standard.

View File

@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.2.x-dev"
}
},
"license": "BSD-3-Clause"