We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d348e commit 7641008Copy full SHA for 7641008
CHANGELOG.md
@@ -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
6
## 1.5.6 - February 13, 2022
7
8
- 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
@@ -1,6 +1,6 @@
{
"name": "mup",
- "version": "1.5.6",
+ "version": "1.5.7",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"repository": {
0 commit comments