diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d556643 --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.4] + +* Changelog added. +* Include 3.2 and php 5.6 in tests \ No newline at end of file diff --git a/composer.json b/composer.json index c585541..fe7c546 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,12 @@ "require": { "silverstripe/framework": "3.*" + }, + "extra": + { + "branch-alias": + { + "dev-master": "1.0.x-dev" + } } }