From 663d9f92421f02b965e732bbff6cdf2aa297a013 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 16 Sep 2024 14:03:12 +0000 Subject: [PATCH] 1.6.0-rc.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b9974d7..a2c57415b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## v1.6.0-rc.1 (2024-09-16) + +### Feature + +* User changes to contentful content model ([`182a8d5`](https://github.com/ONSdigital/sml-catalogue/commit/182a8d5f0db4447428eab782810c974b6e822f31)) + +### Fix + +* Fixing issues with Email and 404 error with contentful ([#379](https://github.com/ONSdigital/sml-catalogue/issues/379)) ([`38691d1`](https://github.com/ONSdigital/sml-catalogue/commit/38691d14c3391e696486eff24be05559b4e2ca99)) +* Spp12032 ([#378](https://github.com/ONSdigital/sml-catalogue/issues/378)) ([`9941049`](https://github.com/ONSdigital/sml-catalogue/commit/9941049196acac671ac676a68e89aeba14c2f0de)) + ## v1.6.0-rc.2 (2024-09-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 760d5ae40..af6c2e2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.6.0-rc.2" +version = "1.6.0-rc.1" 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"