diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9557cb56..0ad803e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [7.1.0](https://github.com/videojs/mux.js/compare/v7.0.3...v7.1.0) (2024-10-11)
+
+### Features
+
+* parse WebVTT from fmp4 segments. ([#445](https://github.com/videojs/mux.js/issues/445)) ([432b036](https://github.com/videojs/mux.js/commit/432b036))
+
## [7.0.3](https://github.com/videojs/mux.js/compare/v7.0.2...v7.0.3) (2024-03-12)
diff --git a/package-lock.json b/package-lock.json
index 49ba1462..b9870941 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.3",
+ "version": "7.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 52f445f3..37d1659d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mux.js",
- "version": "7.0.3",
+ "version": "7.1.0",
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",
"repository": {
"type": "git",