From 8edc9f7d94e137e87668c8435d9b2ecde824fb81 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 6 Nov 2024 13:00:18 +0000 Subject: [PATCH] 1.11.0-rc.6 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 16b3b03e6..b3da52976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.11.0-rc.6 (2024-11-06) + +### Feature + +* User changes to contentful content model ([`b89b000`](https://github.com/ONSdigital/sml-catalogue/commit/b89b0004b60830b4b38b67a74da1d7c92e9fdc3e)) + ## v1.11.0-rc.5 (2024-11-06) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e68d8a99e..15ac36c61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.11.0-rc.5" +version = "1.11.0-rc.6" 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"