diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea0943ff..ea4b8efa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+## [1.7.2](https://github.com/videojs/videojs-vr/compare/v1.7.1...v1.7.2) (2020-03-03)
+
+### Bug Fixes
+
+* null check fullscreen toggle to fix ios without it ([#197](https://github.com/videojs/videojs-vr/issues/197)) ([24f2483](https://github.com/videojs/videojs-vr/commit/24f2483))
+
## [1.7.1](https://github.com/videojs/videojs-vr/compare/v1.7.0...v1.7.1) (2019-11-18)
diff --git a/package-lock.json b/package-lock.json
index 03c59d2f..d993101b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "videojs-vr",
- "version": "1.7.1",
+ "version": "1.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 78d6873d..59e69a39 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-vr",
- "version": "1.7.1",
+ "version": "1.7.2",
"description": "A plugin to add 360 and VR video support to video.js.",
"author": {
"name": "James Broberg",