|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## [Unreleased]
|
|
|
+
|
|
|
+## [1.0.0] - 2025-06-21
|
|
|
### Changed
|
|
|
- expose tcp port 10003 instead of 10001 & 10002
|
|
|
(postsrsd v2 uses "socketmap:" instead of "tcp:" tables)
|
|
@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
- postsrsd on alpine 3.10
|
|
|
- set domain via `$SRS_DOMAIN`
|
|
|
|
|
|
-[Unreleased]: https://github.com/fphammerle/docker-postsrsd/compare/0.1.1...HEAD
|
|
|
+[Unreleased]: https://github.com/fphammerle/docker-postsrsd/compare/1.0.0...HEAD
|
|
|
+[1.0.0]: https://github.com/fphammerle/docker-postsrsd/compare/0.1.1...1.0.0
|
|
|
[0.1.1]: https://github.com/fphammerle/docker-postsrsd/compare/0.1.0...0.1.1
|
|
|
[0.1.0]: https://github.com/fphammerle/docker-postsrsd/releases/tag/0.1.0
|