diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 1fe6dabe..3703c17b 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,8 @@ # Older changes +## 1.0.7 (2022-11-19) +* Fixed deprecated messages from Sentry with api-validations +* Automatic switch mode had an error with playlists. Playlist item could never be selected. + ## 1.0.6 (2022-11-19) * Fixed polling (ledBri, ledSat) * Added Connection-Info diff --git a/README.md b/README.md index eb7a631c..45a8a4ac 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ response => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.11-beta.4 (2022-12-11) * Correct Sentry logging for details.groups when "deprecated" ### 1.0.11-beta.3 (2022-12-06) @@ -166,10 +166,6 @@ response => { * Add Ukrainian translation * Rework how objects are created, objects are now created after first connect after startup and updated after a firmware update -### 1.0.7 (2022-11-19) -* Fixed deprecated messages from Sentry with api-validations -* Automatic switch mode had an error with playlists. Playlist item could never be selected. - ## License MIT License diff --git a/io-package.json b/io-package.json index 9e6fbe66..926ebdbf 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "twinkly", - "version": "1.0.11-beta.3", + "version": "1.0.11-beta.4", "news": { "1.0.11-beta.3": { "en": "Extend Sentry logging for details.groups when \"deprecated\"\nCancel active pause not working after startup if active beforehand", diff --git a/package.json b/package.json index 09741d26..9446e9b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "1.0.11-beta.3", + "version": "1.0.11-beta.4", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",