diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a884f5fb..e882ba3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2025-07-21 +- Create new tag + ## 2025-07-18 - Dependabot: slackapi - Dependabot: datamodel-code-generator diff --git a/VERSION b/VERSION index f7638e66e..7da1e54ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025.07.18.a +2025.07.21 diff --git a/changelog/2025-07-21.md b/changelog/2025-07-21.md new file mode 100644 index 000000000..da192f888 --- /dev/null +++ b/changelog/2025-07-21.md @@ -0,0 +1 @@ +- Create new tag diff --git a/pyproject.toml b/pyproject.toml index c13e71b37..0352366ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "connecting-party-manager" -version = "2025.07.18.a" +version = "2025.07.21" description = "Repository for the Connecting Party Manager API and related services" authors = ["NHS England"] license = "LICENSE.md"