diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aef85511..918a48dbf 100644 --- a/CHANGELOG.md +++ b/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. +### [2.27.5](https://github.com/unraid/api/compare/v2.27.4...v2.27.5) (2021-10-12) + + +### Bug Fixes + +* add config subscription ([566e14d](https://github.com/unraid/api/commit/566e14da8d2ac302f51fd64f46ccc980f4eca8b9)) + ### [2.27.4](https://github.com/unraid/api/compare/v2.27.3...v2.27.4) (2021-10-12) diff --git a/package-lock.json b/package-lock.json index 8dd87c2df..ae91c98d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.27.4", + "version": "2.27.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 567d80bdc..b43e59c2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.27.4", + "version": "2.27.5", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)", "license": "UNLICENSED",