From fd4e54f6e85747adf9cfbfdb06f9595953235377 Mon Sep 17 00:00:00 2001 From: Joel Klinger Date: Tue, 2 Jan 2024 11:48:20 +0000 Subject: [PATCH] [release/2024-01-02] Create release --- CHANGELOG.md | 4 ++++ VERSION | 2 +- changelog/2024-01-02.md | 2 ++ pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 changelog/2024-01-02.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b28f5e1c5..c9e05cc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024-01-02 +- [PI-129] Postman collection from local tests +- [PI-165] AWS environments + ## 2023-12-20 - [PI-166] Versioning diff --git a/VERSION b/VERSION index 2b381dd31..591819d1d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.12.20 +2024.01.02 diff --git a/changelog/2024-01-02.md b/changelog/2024-01-02.md new file mode 100644 index 000000000..d8f863a18 --- /dev/null +++ b/changelog/2024-01-02.md @@ -0,0 +1,2 @@ +- [PI-129] Postman collection from local tests +- [PI-165] AWS environments diff --git a/pyproject.toml b/pyproject.toml index 6e7e669bf..d7ea4092c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "connecting-party-manager" -version = "2023.12.20" +version = "2024.01.02" description = "Repository for the Connecting Party Manager API and related services" authors = ["NHS England"] license = "LICENSE.md"