diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9f2233..96b412a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.3.0"} \ No newline at end of file +{".":"2.3.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bc98e93..7d5b764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.3.1](https://github.com/segator/transcoderd/compare/v2.3.0...v2.3.1) (2025-03-02) + + +### 🔧 Miscellaneous Chores + +* **deps:** bump github.com/asticode/go-astisub from 0.32.0 to 0.32.1 ([#26](https://github.com/segator/transcoderd/issues/26)) ([fb7a24a](https://github.com/segator/transcoderd/commit/fb7a24a0607737a00088b7473da74bed92cd8517)) +* **deps:** bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.7 ([#28](https://github.com/segator/transcoderd/issues/28)) ([844efa1](https://github.com/segator/transcoderd/commit/844efa16a9f8b7a82e6c9e722ff54840590bcc67)) + + +### ♻️ Code Refactoring + +* server now calculates public IP instead of worker sending it ([#29](https://github.com/segator/transcoderd/issues/29)) ([7ac096f](https://github.com/segator/transcoderd/commit/7ac096f881730cbefb753bb89e212f1abfd5f56b)) + ## [2.3.0](https://github.com/segator/transcoderd/compare/v2.2.1...v2.3.0) (2025-02-10) diff --git a/readme.md b/readme.md index 24e8559..acd48ec 100644 --- a/readme.md +++ b/readme.md @@ -48,7 +48,7 @@ docker run -d \ -p 8080:8080 \ -v /mnt/media:/mnt/media -v ./transcoderd.yml:/etc/transcoderd/config.yml \ - ghcr.io/segator/transcoderd:server-v2.3.0 # x-release-please-version + ghcr.io/segator/transcoderd:server-v2.3.1 # x-release-please-version ``` ### Grafana Statistics @@ -64,7 +64,7 @@ docker run -d \ --restart=always \ -v /tmp:/tmp \ # Ensure to have enough space (+50G, but depends on your biggest media size) on your temporal folder, as the worker will use it heavily for encoding --hostname $(hostname) \ - ghcr.io/segator/transcoderd:worker-v2.3.0 \ # x-release-please-version + ghcr.io/segator/transcoderd:worker-v2.3.1 \ # x-release-please-version --web.token my_secret_token \ # Replace it for the same value as in the server config --web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access. diff --git a/version.txt b/version.txt index 276cbf9..2bf1c1c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +2.3.1