update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-15 20:36:28 -07:00
parent d16f5d8196
commit 9422571ca2
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
## 0.5.2 (Unreleased)
## 0.5.3 (Unreleased)
IMPROVEMENTS:
* provider/aws: support ec2 termination protection [GH-1988]
## 0.5.1 (May 15, 2015)
## 0.5.2 (May 15, 2015)
FEATURES:
@ -53,6 +53,10 @@ BUG FIXES:
definition to match changes to Instance [GH-980]
* provider/template: Fix infinite diff [GH-1898]
## 0.5.1 (never released)
This version was never released since we accidentally skipped it!
## 0.5.0 (May 7, 2015)
BACKWARDS INCOMPATIBILITIES:

View File

@ -1,7 +1,6 @@
#!/bin/bash
#
# This script builds the application from source for multiple platforms.
set -e
# Get the parent directory of where this script is.
SOURCE="${BASH_SOURCE[0]}"