From 4ac8951ca44ccb841dfc9fc2e4dba677955ec17a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Sep 2024 23:23:38 +0000 Subject: [PATCH] 8.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- yalexs/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0e7b7..a5603ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v8.7.0 (2024-09-23) + +### Feature + +* feat: add support for finger unlock activities (#186) + +Co-authored-by: Thomas Nelson <me@example.com> ([`fb5ef13`](https://github.com/bdraco/yalexs/commit/fb5ef137404121fe7761ae74950c32b584728e3d)) + + ## v8.6.4 (2024-09-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ff3435a..323265b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yalexs" -version = "8.6.4" +version = "8.7.0" description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell" authors = ["J. Nick Koston "] license = "MIT" diff --git a/yalexs/__init__.py b/yalexs/__init__.py index 4deee7d..3e1347c 100644 --- a/yalexs/__init__.py +++ b/yalexs/__init__.py @@ -2,4 +2,4 @@ __author__ = """J. Nick Koston""" __email__ = "nick@koston.org" -__version__ = "8.6.4" +__version__ = "8.7.0"