diff --git a/CHANGELOG.md b/CHANGELOG.md index 75339b5..ca584fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/OscillateLabsLLC/skill-homeassistant/compare/v1.2.0...v1.2.1) (2026-04-01) + + +### Bug Fixes + +* add missing fr-FR device status variables ([e8a65e4](https://github.com/OscillateLabsLLC/skill-homeassistant/commit/e8a65e473380044e1451bcdac54eb1cf66a80e3a)) + ## [1.2.0](https://github.com/OscillateLabsLLC/skill-homeassistant/compare/v1.1.0...v1.2.0) (2026-03-19) diff --git a/pyproject.toml b/pyproject.toml index c8c3bf5..5dbf4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "skill-homeassistant" -version = "1.2.0" +version = "1.2.1" description = "A unified OVOS/Neon.AI Skill for Home Assistant." authors = ["Mike Gray "] readme = "README.md" diff --git a/skill.json b/skill.json index 67ad367..a41c185 100644 --- a/skill.json +++ b/skill.json @@ -26,5 +26,5 @@ "skill", "plugin" ], - "version": "1.2.0" + "version": "1.2.1" } \ No newline at end of file diff --git a/skill_homeassistant/locale/en-us/skill.json b/skill_homeassistant/locale/en-us/skill.json index 67ad367..a41c185 100644 --- a/skill_homeassistant/locale/en-us/skill.json +++ b/skill_homeassistant/locale/en-us/skill.json @@ -26,5 +26,5 @@ "skill", "plugin" ], - "version": "1.2.0" + "version": "1.2.1" } \ No newline at end of file diff --git a/skill_homeassistant/locale/pl-pl/skill.json b/skill_homeassistant/locale/pl-pl/skill.json index 22c1039..559c0b4 100644 --- a/skill_homeassistant/locale/pl-pl/skill.json +++ b/skill_homeassistant/locale/pl-pl/skill.json @@ -26,5 +26,5 @@ "skill", "plugin" ], - "version": "1.2.0" + "version": "1.2.1" } \ No newline at end of file