diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dc7c29c..42385d068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.7] - 2025-12-05 + +### Added +- Data tracks (experimental and not ready for use) (#4089) + +### Changed +- log bucket growth (#4122) +- Update pion/ice to stop gather first on close (#4123) +- move utils.WrapAround to mediatransportutil (#4124) +- Let participant close remove the published tracks. (#4125) + +### Fixed +- Fix concurrent map access for https://github.com/livekit/livekit/issues/4126. (#4127) + ## [1.9.6] - 2025-12-01 ### Added diff --git a/version/version.go b/version/version.go index c64453005..cfb38bd3a 100644 --- a/version/version.go +++ b/version/version.go @@ -14,4 +14,4 @@ package version -const Version = "1.9.6" +const Version = "1.9.7"