diff --git a/CHANGELOG.md b/CHANGELOG.md index e9917fe4..7418959d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v5.2.0 (2024-07-03) + +### Feature + + +- Remove deepcopy before calling update_from_dict (#140) ([`23bc68f`](https://github.com/uilibs/uiprotect/commit/23bc68f2ca31c06e224cb5f5600ce87e1c842ec6)) + + ## v5.1.0 (2024-07-03) ### Feature diff --git a/docs/conf.py b/docs/conf.py index d3d0f568..2f6af72f 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 = "5.1.0" +release = "5.2.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 34f487eb..eb408930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "5.1.0" +version = "5.2.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] readme = "README.md"