diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256a548..fb2d38e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.2.0"} \ No newline at end of file +{".":"2.2.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b67ce4b..44dbb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/segator/transcoderd/compare/v2.2.0...v2.2.1) (2025-02-08) + + +### 🐛 Bug Fixes + +* pgs conversation fails because working path is not correct ([9cd4ec7](https://github.com/segator/transcoderd/commit/9cd4ec7d7b232cd4b16cc96ae9879fa13cce5f84)) + ## [2.2.0](https://github.com/segator/transcoderd/compare/v2.1.0...v2.2.0) (2025-02-07) diff --git a/readme.md b/readme.md index cbd00dd..bbcf285 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.2.0 # x-release-please-version + ghcr.io/segator/transcoderd:server-v2.2.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.2.0 \ # x-release-please-version + ghcr.io/segator/transcoderd:worker-v2.2.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 ccbccc3..c043eea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0 +2.2.1