diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e710d..5969d1d 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.41.0] - 2024-01-12 + ### Added - Support for decrypting PIFF-encrypted segments @@ -520,7 +524,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New unique repo name: `mp4ff` -[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.40.2...HEAD +[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.41.0...HEAD +[0.41.0]: https://github.com/Eyevinn/mp4ff/compare/v0.40.2...v0.41.0 [0.40.2]: https://github.com/Eyevinn/mp4ff/compare/v0.40.1...v0.40.2 [0.40.1]: https://github.com/Eyevinn/mp4ff/compare/v0.40.0...v0.40.1 [0.40.0]: https://github.com/Eyevinn/mp4ff/compare/v0.39.0...v0.40.0 diff --git a/mp4/version.go b/mp4/version.go index a3388fd..818e8d5 100644 --- a/mp4/version.go +++ b/mp4/version.go @@ -7,8 +7,8 @@ import ( ) var ( - commitVersion string = "v0.40.2" // May be updated using build flags - commitDate string = "1700228762" // commitDate in Epoch seconds (may be overridden using build flags) + commitVersion string = "v0.41.0" // May be updated using build flags + commitDate string = "1705045121" // commitDate in Epoch seconds (may be overridden using build flags) ) // GetVersion - get version and also commitHash and commitDate if inserted via Makefile