From be98013c12905d20f7c5c5728f55aeda8f57ecc2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 15 Jul 2024 15:14:11 +0000 Subject: [PATCH] 1.5.0-rc.9 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 d455b990c..521a2af01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.5.0-rc.9 (2024-07-15) + +### Feature + +* User changes to contentful content model ([`50ec77a`](https://github.com/ONSdigital/sml-catalogue/commit/50ec77abb2551df5ffd8242874f61b217cfc2f79)) + ## v1.5.0-rc.8 (2024-07-15) ### Feature diff --git a/pyproject.toml b/pyproject.toml index cb9d03a48..efe18742d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.5.0-rc.8" +version = "1.5.0-rc.9" 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"