Skip to content

Commit f09c960

Browse files
authored
Merge pull request #183 from Dash-Industry-Forum/v1.3.1
v1.3.1
2 parents c9fcc92 + 4fc654b commit f09c960

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [1.3.1] - 2024-05-08
13+
1014
### Fixed
1115

12-
- correct low-latency MPD availabilityTime for SegmentTimeline
16+
- correct low-latency MPD update time for SegmentTimeline
1317

1418
## [1.3.0] - 2024-04-23
1519

@@ -211,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211215
- features and URLs listed at livesim2 root page
212216
- configurable generated stpp subtitles with timing info
213217

214-
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...HEAD
218+
[Unreleased]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.1...HEAD
219+
[1.3.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.3.0...v1.3.1
215220
[1.3.0]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.2...v1.3.0
216221
[1.2.2]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.1...v1.2.2
217222
[1.2.1]: https://github.com/Dash-Industry-Forum/livesim2/compare/v1.2.0...v1.2.1

internal/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
)
1313

1414
var (
15-
commitVersion string = "v1.3.0" // Should be updated during build
16-
commitDate string = "1713872562" // commitDate in Epoch seconds (can be filled/updated in during build)
15+
commitVersion string = "v1.3.1" // Should be updated during build
16+
commitDate string = "1715145165" // commitDate in Epoch seconds (can be filled/updated in during build)
1717
)
1818

1919
// GetVersion - get version, commitHash and commitDate depending on what is inserted

0 commit comments

Comments
 (0)