diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7d319fc..9bede941 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+## [7.0.2](https://github.com/videojs/mux.js/compare/v7.0.1...v7.0.2) (2023-11-27)
+
+### Bug Fixes
+
+* Ignore non-PES packets in the rollover stream ([#440](https://github.com/videojs/mux.js/issues/440)) ([2015be8](https://github.com/videojs/mux.js/commit/2015be8))
+
## [7.0.1](https://github.com/videojs/mux.js/compare/v7.0.0...v7.0.1) (2023-10-12)
diff --git a/package-lock.json b/package-lock.json
index 39d1b586..7672d20c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.1",
+ "version": "7.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3ef60019..974cb482 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.1",
+ "version": "7.0.2",
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",
"repository": {
"type": "git",