diff --git a/CHANGELOG.md b/CHANGELOG.md index edc3726b..2cf4c632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Added +### Changed + +### Fixed + +## [1.42.0] - 2023-12-24 + +### Added + - Add cover image for CDC-RFA-IP-25-0007 - Add cover image for CMS-2V2-25-001 - Also add inline images diff --git a/pyproject.toml b/pyproject.toml index 3c3b3b63..20789f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.41.0" +version = "1.42.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"