Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Sep 30, 2021
1 parent 40b2fcd commit 07cfa67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.5.5 - September 30, 2021

- Config created by `mup init` now uses `zodern/meteor:root` as docker image
- Update docs for Meteor support
- Fix default docker registry host when using private docker registery
- Avoid race condition when `app.docker.prepareBundleLocally` is enabled and logging into private docker registry

## 1.5.4 - September 19, 2021

- Increase worker_connections in nginx (@markdowney)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mup",
"version": "1.5.4",
"version": "1.5.5",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 07cfa67

Please sign in to comment.