diff --git a/CHANGELOG.md b/CHANGELOG.md index f79e2a63..a2984ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.11 - June 14, 2017 +- Deployment verifier shows last 100 lines of the app's log when it fails (it previously was 50 lines) +- Fix `mup setup` restarting docker + ## 1.2.10 - June 4, 2017 - Deployment verifier no longer requires the http status code to be 200. diff --git a/package.json b/package.json index 15146787..70c8cda7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.2.10", + "version": "1.2.11", "description": "Production Quality Meteor Deployments", "main": "lib/index.js", "bin": {