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"