Add changelog for 1.0.9

Alias dev-master as 1.0
This commit is contained in:
Damian Mooyman 2016-02-04 14:31:43 +13:00
parent 63efeb94ad
commit a3e8e4cf32
2 changed files with 15 additions and 3 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.0.9]
* Alias dev-master as 1.0
* Update license year
* Add code of conduct
* Update documentation for userguide
* Update translations
## [1.0.8]
* Changelog added.

View File

@ -10,9 +10,13 @@
"email": "mateusz@silverstripe.com"
}
],
"require":
{
"require": {
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
}