diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d192fb..5054eed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.1 (2024-06-11) + +### Fix + + +- New cookie flag preventing auth cookie from being stored (#36) ([`b6eb7fc`](https://github.com/uilibs/uiprotect/commit/b6eb7fcef23885d734ba0f9031bf15bdbba91bc5)) + + ## v1.0.0 (2024-06-11) ### Breaking diff --git a/docs/conf.py b/docs/conf.py index defc9904..d8dcf5a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "uiprotect" copyright = "2024, UI Protect Maintainers" author = "UI Protect Maintainers" -release = "1.0.0" +release = "1.0.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index e43b2223..7c346998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "1.0.0" +version = "1.0.1" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] license = "MIT"