diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a0668..74a2fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 0.2.1 (08/15/2017) - adds the ability to delete deployment and its assets - be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column diff --git a/package.json b/package.json index 11049ba..66f8143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy.sh", - "version": "0.2.0", + "version": "0.2.1", "description": "☁️ open source continuous deployment service", "main": "index.js", "scripts": {