diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29bf00fb..d7d319fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [7.0.1](https://github.com/videojs/mux.js/compare/v7.0.0...v7.0.1) (2023-10-12)
+
+### Bug Fixes
+
+* 708 captions multi-byte char fix ([#439](https://github.com/videojs/mux.js/issues/439)) ([ec31749](https://github.com/videojs/mux.js/commit/ec31749))
+
+### Chores
+
+* update v7.0.0 documentation ([#435](https://github.com/videojs/mux.js/issues/435)) ([21e55aa](https://github.com/videojs/mux.js/commit/21e55aa))
+
# [7.0.0](https://github.com/videojs/mux.js/compare/v6.3.0...v7.0.0) (2023-07-21)
diff --git a/package-lock.json b/package-lock.json
index 029151a4..39d1b586 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.0",
+ "version": "7.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 25662305..3ef60019 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",
"repository": {
"type": "git",