From 38be10b71e4d130a2df5266b57c574e07d58f8c4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 3 Sep 2024 15:57:05 +0000 Subject: [PATCH] 1.5.0-rc.84 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 0dc25f49d..6f0f8900f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v1.5.0-rc.84 (2024-09-03) + +### Feature + +* User changes to contentful content model ([`881dd1e`](https://github.com/ONSdigital/sml-catalogue/commit/881dd1ea2ff9d8ae4a40c56b6e9b29ff02ddc21a)) +* User changes to contentful content model ([`e5a0444`](https://github.com/ONSdigital/sml-catalogue/commit/e5a0444b56b634c0fbe960e89e0bcfedd9b6a1b5)) + ## v1.5.0-rc.83 (2024-09-03) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b82cd661b..4119235b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.5.0-rc.83" +version = "1.5.0-rc.84" 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"