diff --git a/HISTORY.md b/HISTORY.md
index ad7c3a9fb7..b9ea783e7e 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,16 +2,6 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
-
-# [3.2.0](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.2.0) (2019-01-16)
-
-
-### Features
-
-* **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7))
-
-
-
## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15)
diff --git a/package-lock.json b/package-lock.json
index 0b66af5873..1833847b66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
- "version": "3.2.0",
+ "version": "3.1.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6f25b0a534..00b3536538 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
- "version": "3.2.0",
+ "version": "3.1.11",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"files": [