diff --git a/CHANGELOG.md b/CHANGELOG.md index e704b83f..6e4a01b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.20.3 - Aug 27, 2024 + +* Improve query for searching committee other_names + ## 6.20.2 - Aug 14, 2024 * Prevent failure in Google Cloud Storage archiving from failing a scrape/update operation diff --git a/pyproject.toml b/pyproject.toml index f71ceb50..8c8602ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openstates" -version = "6.20.2" +version = "6.20.3" description = "core infrastructure for the openstates project" authors = ["James Turk "] license = "MIT"