Merge pull request #24 from tractorcow/pulls/release-112

Release 1.1.2
This commit is contained in:
Scott Hutchinson 2015-11-19 15:53:25 +13:00
commit ac27101e1c
2 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.2]
* Bring up to supported module standard.
## [1.1.1]
Changelog added.
* Changelog added.

View File

@ -16,5 +16,10 @@
"require":
{
"silverstripe/framework": "~3.1"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}