From c7e253fb2ee475d01e73c5ba05cdabab2448d339 Mon Sep 17 00:00:00 2001 From: zodern Date: Mon, 2 Apr 2018 16:05:25 -0500 Subject: [PATCH] Release 1.4.4 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b818ae..8321019a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ -## Next +## 1.4.4 - April 2, 2018 - Allow customizing the docker image created during Prepare Bundle. For example, this can be used to install packages using apt-get. - `mup status` will check if the default shell is bash - Mup will exit when a hook script fails - Fix running `mup restart` - Fix passing arguments to `docker logs` when they are in the format `--option=value` instead of `--option value` -- Fix the validation error that the port is ignored when using the reverse proxy showing when it shouldn't +- Fix the validation error that the port is ignored showing when it shouldn't - Fix loading plugins when given the path to the plugin instead of the plugin's name **Docs** - Move plugin documentation to seperate page - Improve Let's Encrypt documentation -- Many small improvements to the content and wording - Rename the `meteor` property to `app` in all of the examples - Fix links in the getting started tutorial +- Many small improvements to the content and wording ## 1.4.3 - March 5, 2018 - Support different settings.json for different servers (@Farkal) diff --git a/package.json b/package.json index 0a6693ff..5318343e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.4.3", + "version": "1.4.4", "description": "Production Quality Meteor Deployments", "main": "lib/index.js", "repository": {