diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3f37f6..04a93e1b 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.28.0] - 2023-10-11 + +### Added + - Link in the footer to CHANGELOG so latest changes are visible - Manually add audit event when printing a NOFO - Add image for HRSA-25-67 diff --git a/TODO.md b/TODO.md index 799bc866..28cde0cf 100644 --- a/TODO.md +++ b/TODO.md @@ -8,13 +8,13 @@ - Refac: short section names for breadcrumbs means we can loop - .docx imports - Investigate images -- Add "copy" for section headings -- Add "copy" for subsection headings -- Only show Bloom nofos by default -- Default column widths for application table # DONE +- Default column widths for application table +- Only show Bloom nofos by default +- Add "copy" for section headings +- Add "copy" for subsection headings - Add a little message on the external links explanation - Fix the Preview link colour in markdown editor - Contacts and support box, add padding diff --git a/pyproject.toml b/pyproject.toml index b152b52f..cca6018b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.27.0" +version = "1.28.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"