From 0a32bce924100252b1eabe309e70bf2cbe1931fd Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Mon, 26 Feb 2018 10:17:01 -0500 Subject: [PATCH] 2.2.35 --- HISTORY.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3c5bd16335..eabfc09053 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,18 @@ + +## [2.2.35](https://github.com/mongodb/node-mongodb-native/compare/v2.2.34...v2.2.35) (2018-02-26) + + +### Bug Fixes + +* **url parser:** preserve auth creds when composing conn string ([#1641](https://github.com/mongodb/node-mongodb-native/issues/1641)) ([ecedce6](https://github.com/mongodb/node-mongodb-native/commit/ecedce6)) + + +### Features + +* **core**: update mongodb-core to 2.1.19 + + + ## [2.2.34](https://github.com/mongodb/node-mongodb-native/compare/v2.2.33...v2.2.34) (2018-01-03) diff --git a/package.json b/package.json index d6c34e4c97..5dfaefbc2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "2.2.34", + "version": "2.2.35", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": {