diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10a84ba1dd..c90412f476 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.34.0"} +{".":"4.35.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 01813a4784..b396086167 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.35.0](https://github.com/unraid/api/compare/v4.34.0...v4.35.0) (2026-05-29) + + +### Features + +* Add read-only network metrics API ([#2003](https://github.com/unraid/api/issues/2003)) ([a1d1eea](https://github.com/unraid/api/commit/a1d1eea56861f7c441d3ae1c844146dce407467b)) + + +### Bug Fixes + +* **cpu:** add legacy telemetry fallbacks ([#2011](https://github.com/unraid/api/issues/2011)) ([97f5425](https://github.com/unraid/api/commit/97f54251f5d59c2265554e0859aa3d2046f53039)) +* forked plugin publish workflow ([#2014](https://github.com/unraid/api/issues/2014)) ([eb60d4d](https://github.com/unraid/api/commit/eb60d4d1535a322f14b7ad28c5c2cdb75a3ab819)) +* **parity:** resume continues from saved position instead of restarting ([#2009](https://github.com/unraid/api/issues/2009)) ([329f66f](https://github.com/unraid/api/commit/329f66f7c14a9b6ccf2bd6b46eaa38e526118038)) + ## [4.34.0](https://github.com/unraid/api/compare/v4.33.0...v4.34.0) (2026-05-11) diff --git a/api/package.json b/api/package.json index 8a63446c3c..c7cb8d65ba 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.34.0", + "version": "4.35.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 8b77698678..f50355f0cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.34.0", + "version": "4.35.0", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch", diff --git a/plugin/package.json b/plugin/package.json index f71f8f2de9..b54af1dcf4 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.34.0", + "version": "4.35.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 4530e96b36..a15ac453d5 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.34.0", + "version": "4.35.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 43175a6ce8..2f3af27486 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.34.0", + "version": "4.35.0", "private": true, "type": "module", "license": "GPL-2.0-or-later",