Skip to content

Commit

Permalink
8.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 23, 2024
1 parent fb5ef13 commit 4ac8951
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v8.7.0 (2024-09-23)

### Feature

* feat: add support for finger unlock activities (#186)

Co-authored-by: Thomas Nelson <[email protected]> ([`fb5ef13`](https://github.com/bdraco/yalexs/commit/fb5ef137404121fe7761ae74950c32b584728e3d))


## v8.6.4 (2024-09-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion yalexs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """J. Nick Koston"""
__email__ = "[email protected]"
__version__ = "8.6.4"
__version__ = "8.7.0"

0 comments on commit 4ac8951

Please sign in to comment.