From cb0e6647c2b267680dc6bf3a724c5ca95e7e0e30 Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Sat, 9 Nov 2024 19:08:20 -0500 Subject: [PATCH] Update version to 1.32.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"