diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7ddcf76..dcdc092e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# [2.0.0](https://github.com/videojs/videojs-vr/compare/v1.10.1...v2.0.0) (2023-02-15)
+
+### Chores
+
+* update build tooling to drop older browser support ([#276](https://github.com/videojs/videojs-vr/issues/276)) ([0947a0f](https://github.com/videojs/videojs-vr/commit/0947a0f))
+
+
+### BREAKING CHANGES
+
+* This drops support for older browsers such as IE
+
## [1.10.1](https://github.com/videojs/videojs-vr/compare/v1.10.0...v1.10.1) (2022-08-16)
diff --git a/package-lock.json b/package-lock.json
index 8e49f9be..41784a8d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "videojs-vr",
- "version": "1.10.1",
+ "version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 291afdc3..00121f69 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-vr",
- "version": "1.10.1",
+ "version": "2.0.0",
"description": "A plugin to add 360 and VR video support to video.js.",
"author": {
"name": "James Broberg",