diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 031adf35..27425169 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.102.1", + ".": "0.102.2", ".+": "0.0.0", "sdk/js": "0.13.0", "sdk/js+": "0.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc1f9fa..adbb17cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.102.2](https://github.com/MunifTanjim/stremthru/compare/0.102.1...0.102.2) (2026-06-10) + + +### Bug Fixes + +* **store/stremthru:** fix double nzb for own newznab nzb link ([b198844](https://github.com/MunifTanjim/stremthru/commit/b198844c6fa915baebf6593ba768ba9b1d2e4195)) + ## [0.102.1](https://github.com/MunifTanjim/stremthru/compare/0.102.0...0.102.1) (2026-06-01) diff --git a/internal/config/config.go b/internal/config/config.go index c8ea5065..95a46754 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -584,7 +584,7 @@ var config = func() Config { RedisURI: redisUri, DatabaseURI: databaseUri, DatabaseReplicaURIs: databaseReplicaUris, - Version: "0.102.1", // x-release-please-version + Version: "0.102.2", // x-release-please-version LandingPage: getEnv("STREMTHRU_LANDING_PAGE"), ServerStartTime: time.Now(), StoreContentProxy: storeContentProxyMap,