From af982f3bced10ae19b61f053008ac0b61ab371cf Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 1 Oct 2024 10:18:35 +0000 Subject: [PATCH] 1.6.0-rc.13 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 86b99b80b..afc9579b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.6.0-rc.13 (2024-10-01) + +### Feature + +* User changes to contentful content model ([`179f3df`](https://github.com/ONSdigital/sml-catalogue/commit/179f3dfd70cc6e2c25c25d9071ee52a1b3791d6e)) + ## v1.6.0-rc.12 (2024-10-01) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8b9cc67f3..2f56ad886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.6.0-rc.12" +version = "1.6.0-rc.13" 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"