From b7a9f5075db5571399b8fab2df18bfbe8d6c3ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Mon, 4 Mar 2024 21:33:39 +0100 Subject: [PATCH] doc: v1.2.1 --- CHANGELOG.md | 7 ++++++- internal/version.go | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da99aeb..14ec5eb 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 + +## [1.2.1] - 2024-03-04 + ### Fixed - Correct UTCTiming schemes for http-iso and http-head @@ -186,7 +190,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/v1.2.0...HEAD +[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.0.1...v1.1.0 diff --git a/internal/version.go b/internal/version.go index ad267dd..ec360e6 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,8 +12,8 @@ import ( ) var ( - commitVersion string = "v1.2.0" // Should be updated during build - commitDate string = "1708072810" // commitDate in Epoch seconds (can be filled/updated in during build) + commitVersion string = "v1.2.1" // Should be updated during build + commitDate string = "1709584401" // commitDate in Epoch seconds (can be filled/updated in during build) ) // GetVersion - get version, commitHash and commitDate depending on what is inserted