Skip to content

Commit 51f9b51

Browse files
author
github-actions
committed
8.11.0
Automatically generated by python-semantic-release
1 parent 473fd0e commit 51f9b51

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33

44

5+
## v8.11.0 (2025-01-20)
6+
7+
### Feature
8+
9+
* feat: adds alarm support to Yale home (#208)
10+
11+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
12+
Co-authored-by: J. Nick Koston <nick@koston.org> ([`473fd0e`](https://github.com/bdraco/yalexs/commit/473fd0e0dd87a9296ff2ae48a00b2d6ce4b7d2ef))
13+
14+
515
## v8.10.0 (2024-10-06)
616

717
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yalexs"
3-
version = "8.10.0"
3+
version = "8.11.0"
44
description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

yalexs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """J. Nick Koston"""
44
__email__ = "nick@koston.org"
5-
__version__ = "8.10.0"
5+
__version__ = "8.11.0"

0 commit comments

Comments
 (0)