diff --git a/CHANGELOG.md b/CHANGELOG.md
index 719ff5ebe..1cdf8fa4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+## [2.2.3](https://github.com/videojs/http-streaming/compare/v2.2.2...v2.2.3) (2020-10-14)
+
+### Bug Fixes
+
+* inline json version ([#967](https://github.com/videojs/http-streaming/issues/967)) ([c4477be](https://github.com/videojs/http-streaming/commit/c4477be))
+
## [2.2.2](https://github.com/videojs/http-streaming/compare/v2.2.1...v2.2.2) (2020-10-06)
diff --git a/package-lock.json b/package-lock.json
index 5a64ab0cd..9363b8c88 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
- "version": "2.2.2",
+ "version": "2.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c000d7906..1adcd1e38 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",
"main": "dist/videojs-http-streaming.cjs.js",
"module": "dist/videojs-http-streaming.es.js",