diff --git a/CHANGELOG.md b/CHANGELOG.md index c16f2b42a..7b6524257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2024-01-09 +- [PI-131] Swagger narrative + ## 2024-01-05 - [PI-158] Generate Product ID diff --git a/VERSION b/VERSION index f4ab21d28..5f362b45e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.01.05 +2024.01.09 diff --git a/changelog/2024-01-09.md b/changelog/2024-01-09.md new file mode 100644 index 000000000..2ae5fe7ea --- /dev/null +++ b/changelog/2024-01-09.md @@ -0,0 +1 @@ +- [PI-131] Swagger narrative diff --git a/pyproject.toml b/pyproject.toml index 6c011223d..de131ca89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "connecting-party-manager" -version = "2024.01.05" +version = "2024.01.09" description = "Repository for the Connecting Party Manager API and related services" authors = ["NHS England"] license = "LICENSE.md"