diff --git a/CHANGELOG.md b/CHANGELOG.md index db8e1b32..301fa1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Fixed +## [1.32.0] - 2023-11-09 + +### Changed + +- Autodeploys from GH Actions + ## [1.31.0] - 2023-11-08 ### Added diff --git a/pyproject.toml b/pyproject.toml index b1d8e02c..0840fd61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.31.0" +version = "1.32.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"