From f37f8fa7656f1c5f19bbb7425cf68d27821ae3ff Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sun, 19 Mar 2023 08:27:11 +0000 Subject: [PATCH] Bump 2.3 --- README.md | 5 +++++ custom_components/openrgb/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de2d095..4956451 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Changelog +### 2.3 + +- Add Brazilian language (thanks @LeandroIssa) +- Fix brightness (thanks @ThanhCN0) + ### 2.2 [Breaking] - Fix multiple instances diff --git a/custom_components/openrgb/manifest.json b/custom_components/openrgb/manifest.json index 209ba7e..f11d0f2 100644 --- a/custom_components/openrgb/manifest.json +++ b/custom_components/openrgb/manifest.json @@ -1,7 +1,7 @@ { "domain": "openrgb", "name": "OpenRGB", - "version": "2.2", + "version": "2.3", "config_flow": true, "documentation": "https://github.com/koying/openrgb_ha", "issue_tracker": "https://github.com/koying/openrgb_ha/issues",