From 11741ae490e16f85f52b6028e2f9c710b56fb9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Sat, 28 Oct 2023 07:36:29 +0200 Subject: [PATCH] docs: update for v0.40.0 --- CHANGELOG.md | 7 ++++++- mp4/version.go | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefcc3ed..9b52ecc0 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.40.0] - 2023-10-28 + ### Added - New CLI app: mp4ff-encrypt to encrypt segments @@ -490,7 +494,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.39.0...HEAD +[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.40.0...HEAD +[0.40.0]: https://github.com/Eyevinn/mp4ff/compare/v0.39.0...v0.40.0 [0.39.0]: https://github.com/Eyevinn/mp4ff/compare/v0.38.0...v0.39.0 [0.38.1]: https://github.com/Eyevinn/mp4ff/compare/v0.37.0...v0.38.0 [0.38.0]: https://github.com/Eyevinn/mp4ff/compare/v0.37.0...v0.38.0 diff --git a/mp4/version.go b/mp4/version.go index da808278..fa5053dd 100644 --- a/mp4/version.go +++ b/mp4/version.go @@ -7,8 +7,8 @@ import ( ) var ( - commitVersion string = "v0.35.0" // May be updated using build flags - commitDate string = "1681806686" // commitDate in Epoch seconds (may be overridden using build flags) + commitVersion string = "v0.40.+" // May be updated using build flags + commitDate string = "1698471348" // commitDate in Epoch seconds (may be overridden using build flags) ) // GetVersion - get version and also commitHash and commitDate if inserted via Makefile