diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae4a39..dffb7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v8.5.3 (2024-08-27) + +### Fix + +* fix: doorbell image retry with yale global brand (#172) ([`4a41de5`](https://github.com/bdraco/yalexs/commit/4a41de5b09fd1381d9c1e76140d5138f859f15b1)) + + ## v8.5.2 (2024-08-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e019c0b..a900f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yalexs" -version = "8.5.2" +version = "8.5.3" 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 2c7e6e0..c896f05 100644 --- a/yalexs/__init__.py +++ b/yalexs/__init__.py @@ -2,4 +2,4 @@ __author__ = """J. Nick Koston""" __email__ = "nick@koston.org" -__version__ = "8.5.2" +__version__ = "8.5.3"