From 69bd3726cd2d822e156a8ddbbc4df43185a2e5e3 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 7 Oct 2024 08:02:10 +0000 Subject: [PATCH] 1.7.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 2dc7b9fa1..f9f5a7dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.7.0-rc.2 (2024-10-07) + +### Feature + +* User changes to contentful content model ([`b7122a9`](https://github.com/ONSdigital/sml-catalogue/commit/b7122a92888efd97cceb5cd2304caaad7f0f1e24)) + ## v1.7.0-rc.1 (2024-10-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 70a7edfe9..d0606f70a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.7.0-rc.1" +version = "1.7.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"