From 4eb3486fb01fc4f01b84b49679b6d8378b8a335d Mon Sep 17 00:00:00 2001 From: Rowan Gill Date: Mon, 20 May 2024 10:32:07 +0100 Subject: [PATCH] release/2024-05-20 made release branch --- CHANGELOG.md | 5 +++++ VERSION | 2 +- changelog/2024-05-20.md | 3 +++ pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 changelog/2024-05-20.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cb923591e..3dc9532a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2024-05-20 +- [PI-373] authoriser fix +- [PI-172] spec in confluence and github +- [PI-275] fix connections between SDS FHIR and CPM + ## 2024-05-15 - [PI-336] Changelog deletes - Dependabot (pydantic) diff --git a/VERSION b/VERSION index ed8ce936b..6988fec48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.05.15 +2024.05.20 diff --git a/changelog/2024-05-20.md b/changelog/2024-05-20.md new file mode 100644 index 000000000..17637bd4f --- /dev/null +++ b/changelog/2024-05-20.md @@ -0,0 +1,3 @@ +- [PI-373] authoriser fix +- [PI-172] spec in confluence and github +- [PI-275] fix connections between SDS FHIR and CPM diff --git a/pyproject.toml b/pyproject.toml index 497521541..10310f94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "connecting-party-manager" -version = "2024.05.15" +version = "2024.05.20" description = "Repository for the Connecting Party Manager API and related services" authors = ["NHS England"] license = "LICENSE.md"