diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f9ff4..4191c88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f5f43..12c1802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/2.8.0...3.0.0) (2026-03-27) + + +### ⚠ BREAKING CHANGES + +* remove OpenDisplay (OEPL BLE) support + +### Features + +* remove OpenDisplay (OEPL BLE) support ([96af68a](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/96af68a600d205fdab59a2212e094495414779fe)) + + +### Bug Fixes + +* add green and blue to named colors ([00c33fb](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/00c33fba79dfbcfb23b716161e61af485c62d597)) + ## [2.8.0](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/v2.7.0...2.8.0) (2025-12-22) diff --git a/custom_components/open_epaper_link/manifest.json b/custom_components/open_epaper_link/manifest.json index 0567467..9f8f640 100644 --- a/custom_components/open_epaper_link/manifest.json +++ b/custom_components/open_epaper_link/manifest.json @@ -35,5 +35,5 @@ "numpy>=1.26.4", "Pillow>=10.4.0" ], - "version": "2.8.0" + "version": "3.0.0" }