From 1cc758b206ba829c5a804ad26fed14bfd94e41b9 Mon Sep 17 00:00:00 2001 From: "patchbotmcbotface[bot]" <160480162+patchbotmcbotface[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:20:18 +0000 Subject: [PATCH] chore(main): release 2.0.1-beta.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ custom_components/robovac/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b058910..3ffdb64e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-beta.1" + ".": "2.0.1-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e89280d8..f95fb023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1-beta.1](https://github.com/damacus/robovac/compare/v2.0.0-beta.1...v2.0.1-beta.1) (2026-01-06) + + +### Documentation + +* Update supported list of robovacs ([#292](https://github.com/damacus/robovac/issues/292)) ([f1a1652](https://github.com/damacus/robovac/commit/f1a1652cefa25c6dd548f4c8f8aec35a99a4ae30)) + ## [2.0.0-beta.1](https://github.com/damacus/robovac/compare/v1.5.0...v2.0.0-beta.1) (2026-01-06) diff --git a/custom_components/robovac/manifest.json b/custom_components/robovac/manifest.json index 400b6045..7326631d 100644 --- a/custom_components/robovac/manifest.json +++ b/custom_components/robovac/manifest.json @@ -11,5 +11,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/damacus/robovac/issues", "requirements": [], - "version": "2.0.0-beta.1" + "version": "2.0.1-beta.1" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 947fd4d8..3b457d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "robovac" -version = "2.0.0-beta.1" +version = "2.0.1-beta.1" description = "Eufy RoboVac integration for Home Assistant" readme = "README.md" requires-python = ">=3.13.0"