diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bacf2f4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 0.1.3 - 2015-08-20 +* Additions + * A `CHANGELOG` + * Two flowcharts to `README` + * An `npm` version badge + * A David badge (labels dependencies as up-to-date or not) + * `CONTRIBUTING.md` + * A Travis badge +* Fixes + * Documentation (`README`) + * Badge links + * Brings code documentation up to JSCS standard +* Removes + * CodeShip badge + +## 0.1.2 - 2015-08-06 +* Fixes runtime error + +## 0.1.1 - 2015-08-06 +* Initial Release diff --git a/package.json b/package.json index 4eb85a4..bd3795b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radiian", - "version": "0.1.2", + "version": "0.1.3", "description": "Radiian generates an Ansible playbook for immutable infrastructure with AWS.", "bin": "lib/radiian.js", "main": "lib/radiian.js",