From 460fbd9a6df375573493751468b38ace3d76cf31 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Dec 2024 16:52:04 +0000 Subject: [PATCH] 1.12.0-rc.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe354f72..edfbc4f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v1.12.0-rc.5 (2024-12-04) + +### Feature + +* User changes to contentful content model ([`2edbf27`](https://github.com/ONSdigital/sml-catalogue/commit/2edbf27eec7742a4b711d78feee23a357e17fd04)) +* Amending method macro to allow no release link ([#399](https://github.com/ONSdigital/sml-catalogue/issues/399)) ([`3ea6b18`](https://github.com/ONSdigital/sml-catalogue/commit/3ea6b186bd1f4ffceb54cb3fa8b11616be2acb12)) + ## v1.12.0-rc.4 (2024-11-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e40007440..26c298791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.12.0-rc.4" +version = "1.12.0-rc.5" 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"