diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4191c88..56441f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c1802..9a11b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/3.0.0...3.0.1) (2026-05-16) + + +### Bug Fixes + +* for ""Detected that custom integration 'open_epaper_link' sets an… ([f28c217](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/f28c21761365181cfaf203030678f1c29433baf3)) + ## [3.0.0](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/2.8.0...3.0.0) (2026-03-27) diff --git a/custom_components/open_epaper_link/manifest.json b/custom_components/open_epaper_link/manifest.json index 9f8f640..40e4b67 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": "3.0.0" + "version": "3.0.1" }