From 1fd05cee2865cf231288e876ca825f11d8f9bc18 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 27 Nov 2024 10:20:17 +0000 Subject: [PATCH] 1.12.0-rc.4 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 66fcfa6b2..bfe354f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.12.0-rc.4 (2024-11-27) + +### Feature + +* User changes to contentful content model ([`ea0b23f`](https://github.com/ONSdigital/sml-catalogue/commit/ea0b23f46d5fbfba60fe697bb49b4598427a9a35)) + ## v1.12.0-rc.3 (2024-11-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 52d81f648..33480ff58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.12.0-rc.3" +version = "1.12.0-rc.4" 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"