diff --git a/CHANGELOG.md b/CHANGELOG.md index c5db78a..0c1a552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.2] - 2026-07-21 + +### Added + +- Assets de branding HACS à la racine du dépôt. + ## [0.1.1] - 2026-07-21 ### Added diff --git a/README.md b/README.md index d177bf0..fd59972 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ni de Node-RED une fois la migration terminée. ## État du projet -- Version actuelle : `0.1.1`. +- Version actuelle : `0.1.2`. - Statut : expérimental. - Testée avec les captures d’une Arkteos Zuran 4. - Le protocole n’est pas officiellement documenté. diff --git a/custom_components/arkteos/manifest.json b/custom_components/arkteos/manifest.json index 40f91d3..dd93a83 100644 --- a/custom_components/arkteos/manifest.json +++ b/custom_components/arkteos/manifest.json @@ -3,7 +3,7 @@ "name": "Arkteos", "config_flow": true, "iot_class": "local_push", - "version": "0.1.1", + "version": "0.1.2", "requirements": [], "documentation": "https://gitea.i-host.fr/raph666/home-assistant-arkteos", "issue_tracker": "https://gitea.i-host.fr/raph666/home-assistant-arkteos/issues",