From d8552f9342c577434b445e76a23df5c9d4e4f0b1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 15 Jul 2024 14:57:56 +0000 Subject: [PATCH] 1.5.0-rc.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d387f685..8a9f4d61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.5.0-rc.7 (2024-07-15) + +### Feature + +* User changes to contentful content model ([`c4430be`](https://github.com/ONSdigital/sml-catalogue/commit/c4430be62173922d867cce709c590f71e5eefc17)) + ## v1.5.0-rc.6 (2024-07-15) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e4d3b6a72..2e6d5eac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.5.0-rc.6" +version = "1.5.0-rc.7" description = "This repo contains the build environment and code to generate and upload the Statistical Methods Library (SML) Portal Web Application." authors = [] readme = "README.md"