From 2b5e4907959b33f06d822880d443e19a42293439 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 11 Oct 2024 11:28:19 +0000 Subject: [PATCH] 1.8.0-rc.2 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 ad512b8b6..2c6af6f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.8.0-rc.2 (2024-10-11) + +### Feature + +* User changes to contentful content model ([`aaa95f3`](https://github.com/ONSdigital/sml-catalogue/commit/aaa95f3746ae2d1c4514983b0964ccf7fa0217d3)) + ## v1.8.0-rc.1 (2024-10-11) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 19c638ba3..c620682cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.8.0-rc.1" +version = "1.8.0-rc.2" 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"