Skip to content

Commit

Permalink
Merge pull request #44 from radify/license-change
Browse files Browse the repository at this point in the history
Prepares Radiian for public release announcement
  • Loading branch information
gavD committed Sep 8, 2015
2 parents 96a146e + f59b8a0 commit 24c2b35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.5 - 2015-09-08

* Adds AMI ID question
* Fixes `ec2.py` permissions
* Improves `provision.sh`
* Improves keypair question
* Updates README

## 0.1.4 - 2015-08-24
* Adds devDependency badge to README
* Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Radiian is released under the [MIT License](LICENSE.txt).
Radiian is released under the [BSD 3-clause “New” License](LICENSE).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radiian",
"version": "0.1.4",
"version": "0.1.5",
"description": "Radiian generates an Ansible playbook for immutable infrastructure with AWS.",
"bin": "lib/radiian.js",
"main": "lib/radiian.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"email": "[email protected]",
"url": "http://radify.io"
}],
"license": "MIT",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/radify/radiian/issues"
},
Expand Down

0 comments on commit 24c2b35

Please sign in to comment.