diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c522bcf6..b61696f37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [2.16.3](https://github.com/videojs/http-streaming/compare/v2.16.2...v2.16.3) (2024-01-20)
+
+### Bug Fixes
+
+* Check if change to the provided type is supported ([#1463](https://github.com/videojs/http-streaming/issues/1463)) ([8cf0c5f](https://github.com/videojs/http-streaming/commit/8cf0c5f))
+
+### Chores
+
+* npm publish for release workflow ([#1377](https://github.com/videojs/http-streaming/issues/1377)) ([27d1108](https://github.com/videojs/http-streaming/commit/27d1108))
+
## [2.16.2](https://github.com/videojs/http-streaming/compare/v2.16.1...v2.16.2) (2023-02-27)
diff --git a/package-lock.json b/package-lock.json
index 1c7986dfa..2fd4dfe43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
- "version": "2.16.2",
+ "version": "2.16.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f233e5a88..9bda7a024 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
- "version": "2.16.2",
+ "version": "2.16.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",