diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c8d112b..c44ea06cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.26.8](https://github.com/unraid/api/compare/v2.26.7...v2.26.8) (2021-09-14) + + +### Bug Fixes + +* add better nchan logging ([ddff2b4](https://github.com/unraid/api/commit/ddff2b4f3ddb2659ec35881be31a8db90ebc7774)) +* ensure relay connects even if the socket exists ([23a1e89](https://github.com/unraid/api/commit/23a1e894a62ad457703825666f8dc5c24cc406ab)) + ### [2.26.7](https://github.com/unraid/api/compare/v2.26.6...v2.26.7) (2021-09-14) diff --git a/package-lock.json b/package-lock.json index 48c4aa9f0..aea905a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.7", + "version": "2.26.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70b9ee805..5d88216f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.7", + "version": "2.26.8", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",