diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d44dbac..e704b83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.20.2 - Aug 14, 2024 + +* Prevent failure in Google Cloud Storage archiving from failing a scrape/update operation + ## 6.20.1 - Aug 2, 2024 * Fix permissions issue caused by slightly wrong usage of GCP storage client code diff --git a/pyproject.toml b/pyproject.toml index b3d59ea1..f71ceb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openstates" -version = "6.20.1" +version = "6.20.2" description = "core infrastructure for the openstates project" authors = ["James Turk "] license = "MIT"