diff --git a/CHANGELOG.md b/CHANGELOG.md index 541eb42..efaf662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Standard Reports UI: change log -## 1.5.2 - 2023-11-27 +## 1.5.3 - 2024-08 - (Dan) Adds underline text to laning page of standard reports and to help link[114](https://github.com/epimorphics/standard-reports-ui/issues/114) diff --git a/app/lib/version.rb b/app/lib/version.rb index 3fc1fa7..79e1666 100644 --- a/app/lib/version.rb +++ b/app/lib/version.rb @@ -3,7 +3,7 @@ module Version MAJOR = 1 MINOR = 5 - PATCH = 2 + PATCH = 3 SUFFIX = nil VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}" end