From 13b2dd43b0aefbe0b7940ff018b22c3b532a781d Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Fri, 6 Sep 2024 12:07:52 +0100 Subject: [PATCH 1/2] build: adjusted version cadence --- app/lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/version.rb b/app/lib/version.rb index e34760b..79e1666 100644 --- a/app/lib/version.rb +++ b/app/lib/version.rb @@ -3,7 +3,7 @@ module Version MAJOR = 1 MINOR = 5 - PATCH = 4 + PATCH = 3 SUFFIX = nil VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}" end From 30b417488009ed90a00390886143933959068376 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Fri, 6 Sep 2024 12:08:06 +0100 Subject: [PATCH 2/2] docs: Updated CHANGELOG --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112763f..99fd41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Standard Reports UI: change log -## 1.5.4 - 2024-09 +## 1.5.3 - 2024-09 - (Jon) Moved all mirrored configuration settings from individual environments into the application configuration to reduce the need to manage multiple @@ -29,9 +29,6 @@ rules! - (Jon) Updated `.gitignore` to include ignoring `byebug` history as well as sets the tmp directory ignore to be anywhere, not just at the project root - -## 1.5.3 - 2024-09 - - (Dan) Fixes bug XXS vulnerability [133](https://github.com/epimorphics/standard-reports-ui/issues/133) - (Dan) Update the error messages for the postcode selectors step 3/7 so each