diff --git a/HISTORY.md b/HISTORY.md
index 63953a2a..0da8acef 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,18 @@
+
+## [1.1.1](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.1) (2019-03-08)
+
+
+### Bug Fixes
+
+* **object-id:** support 4.x->1.x interop for MinKey and ObjectId ([53419a5](https://github.com/mongodb/js-bson/commit/53419a5))
+
+
+### Features
+
+* replace new Buffer with modern versions ([24aefba](https://github.com/mongodb/js-bson/commit/24aefba))
+
+
+
# [1.1.0](https://github.com/mongodb/js-bson/compare/v1.0.9...v1.1.0) (2018-08-13)
diff --git a/package.json b/package.json
index 79d4965f..aef2347e 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"browser_build",
"bower.json"
],
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "Christian Amor Kvalheim ",
"contributors": [],
"repository": "mongodb/js-bson",