Skip to content

Commit 7641008

Browse files
committed
Release 1.5.7
1 parent 55d348e commit 7641008

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.5.7 - February 13, 2022
2+
3+
- Update mongo version in config created by `mup init`
4+
- Fix initializing Mongo replica set
5+
16
## 1.5.6 - February 13, 2022
27

38
- 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`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mup",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "Production Quality Meteor Deployments",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)