diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 4d2909632..feca94353 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.6.0](https://github.com/unraid/api/compare/v3.5.3...v3.6.0) (2024-03-26) + + +### Features + +* server config enum message w/ ineligible support ([#861](https://github.com/unraid/api/issues/861)) ([4d3a351](https://github.com/unraid/api/commit/4d3a3510777090788573f4cee83694a0dc6f8df5)) + ### [3.5.3](https://github.com/unraid/api/compare/v3.5.2...v3.5.3) (2024-03-25) diff --git a/api/package-lock.json b/api/package-lock.json index 40c5efc7d..ded6e124f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.5.3", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.5.3", + "version": "3.6.0", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.8.9", diff --git a/api/package.json b/api/package.json index 01c165bf8..d3ca47513 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.5.3", + "version": "3.6.0", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",