From 7641008d3e78f7476cf5bee8053d8ab499abd285 Mon Sep 17 00:00:00 2001 From: zodern Date: Sun, 13 Feb 2022 18:02:56 -0600 Subject: [PATCH] Release 1.5.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b9e529..2782be06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.7 - February 13, 2022 + +- Update mongo version in config created by `mup init` +- Fix initializing Mongo replica set + ## 1.5.6 - February 13, 2022 - Fix connecting to built-in MongoDB with Meteor 1.6. The replica set now uses `mongodb:27017` as the member's hostname instead of `127.0.0.1:27017` diff --git a/package.json b/package.json index 3d4eea39..dc9da11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.5.6", + "version": "1.5.7", "description": "Production Quality Meteor Deployments", "main": "lib/index.js", "repository": {