From f9cd14545a81a9d58b7dfbe9c82bb91cfb6e43d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Roque Date: Fri, 7 Aug 2026 17:22:40 -0300 Subject: [PATCH] chore(main): release 3.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ custom_components/ttlock_ble/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 3cf104e..57700f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f77adc..e76307d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.1](https://github.com/roquerodrigo/ha-ttlock-ble/compare/v3.5.0...v3.5.1) (2026-08-07) + + +### Documentation + +* normalize the README header layout ([698bb46](https://github.com/roquerodrigo/ha-ttlock-ble/commit/698bb4680620a3ae9a4d33e4f14abf47a59f0e87)) + ## [3.5.0](https://github.com/roquerodrigo/ha-ttlock-ble/compare/v3.4.0...v3.5.0) (2026-08-07) diff --git a/custom_components/ttlock_ble/manifest.json b/custom_components/ttlock_ble/manifest.json index 3b3b80f..00453b6 100644 --- a/custom_components/ttlock_ble/manifest.json +++ b/custom_components/ttlock_ble/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "ttlock-ble==0.1.11" ], - "version": "3.5.0" + "version": "3.5.1" } diff --git a/pyproject.toml b/pyproject.toml index 1b00899..9d96b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ha-ttlock-ble" -version = "3.5.0" +version = "3.5.1" description = "Home Assistant integration for DLock-XP / TTLock smart locks (BLE)" requires-python = ">=3.14.2"