diff --git a/CHANGES.rst b/CHANGES.rst index 35dc28cc..2acb121b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changelog A list of changes between each release +0.23.0 (2024-06-19) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +See release notes: (`0.23.0 `__) + + 0.22.7 (2024-04-15) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 1f4e3733..57633569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.23.0b8" +version = "0.23.0" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst"