diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9f4d61a..d455b990c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.5.0-rc.8 (2024-07-15) + +### Feature + +* User changes to contentful content model ([`c3a8f41`](https://github.com/ONSdigital/sml-catalogue/commit/c3a8f41a274ffbba52fda80f3953149e00ae6dbd)) + ## v1.5.0-rc.7 (2024-07-15) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 2e6d5eac4..cb9d03a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.5.0-rc.7" +version = "1.5.0-rc.8" 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"