diff options
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b90ce16..7e37669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ The format is based on [Keep a Changelog][keep-a-changelog], and this project adheres to [Semantic Versioning][semantic-versioning]. -## [Unreleased][unreleased] +## [Version 0.1.5][0.1.5] - 2024-11-29 ### Fixed - streaming only via first network interface candidate +- stopped streaming because of write timeout ## [Version 0.1.4][0.1.4] - 2024-11-10 @@ -51,6 +52,8 @@ adheres to [Semantic Versioning][semantic-versioning]. [keep-a-changelog]: https://keepachangelog.com/en/1.1.0 [semantic-versioning]: https://semver.org/spec/v2.0.0.html [unreleased]: https://cgit.xengineering.eu/soundbox-go +[0.1.5]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.5 +[0.1.4]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.4 [0.1.3]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.3 [0.1.2]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.2 [0.1.1]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.1 |