From 861ecc7b3532aca7ebaa4cd192c916af40bd2309 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 15 Jan 2024 14:43:19 +0000 Subject: [PATCH] 1.1.0-rc.3 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 3d64c017a..9e51f410d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.1.0-rc.3 (2024-01-15) + +### Fix + +* Spp 10641 deploy preprod and prod ([#254](https://github.com/ONSdigital/sml-catalogue/issues/254)) ([`b64989f`](https://github.com/ONSdigital/sml-catalogue/commit/b64989f063e9100bc77eecb4242809351fce44b0)) + ## v1.1.0-rc.2 (2024-01-15) diff --git a/pyproject.toml b/pyproject.toml index 059470f3b..db6e2373a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "1.1.0-rc.2" +version = "1.1.0-rc.3" 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"