Skip to content

Commit

Permalink
Add changelog for 1.0.4
Browse files Browse the repository at this point in the history
Alias dev-master as 1.0
  • Loading branch information
Damian Mooyman committed Feb 4, 2016
1 parent 2adb65e commit dd1c64e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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
* Converted to PSR-2
* Updated to supported module standard
* Alias dev-master as 1.0
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/framework": "3.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit dd1c64e

Please sign in to comment.