diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274ea8..f3fb230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet + +## [0.9.0] - 2023-10-13 + ### Added - Support for audio segments not matching video duration. Audio timing follows video by resegmentation @@ -119,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - features and URLs listed at livesim2 root page - configurable generated stpp subtitles with timing info -[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.7.0...v0.9.0 [0.8.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v0.5.1...v0.6.0 diff --git a/internal/version.go b/internal/version.go index f509580..1f6c981 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,8 +12,8 @@ import ( ) var ( - commitVersion string = "v0.8.0" // Should be updated during build - commitDate string = "1695376442" // commitDate in Epoch seconds (can be filled/updated in during build) + commitVersion string = "v0.9.0" // Should be updated during build + commitDate string = "1697188545" // commitDate in Epoch seconds (can be filled/updated in during build) ) // GetVersion - get version, commitHash and commitDate depending on what is inserted