diff --git a/README.md b/README.md index 415e598..178d2b4 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ If you find errors in the definitions, e.g. function calls that should be allowe Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.6.10 (2024-05-18) * (foxriver76) removed letsEncrypt support as next controller won't support it anymore (use `@iobroker/webserver` instead) ### 2.6.9 (2024-03-24) diff --git a/package-lock.json b/package-lock.json index 0ae2e21..0b74052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "2.6.9", + "version": "2.6.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "2.6.9", + "version": "2.6.10", "license": "MIT", "dependencies": { "@types/iobroker": "^4.0.5" diff --git a/package.json b/package.json index e51e9fd..ff1680d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "2.6.9", + "version": "2.6.10", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "author": { "name": "AlCalzone",