From a7a2db3b4cee0fee35395bfc164c3ae6080add53 Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:12:57 +1000 Subject: [PATCH] chore(main): release 2.5.0 --- CHANGELOG.md | 14 ++++++++++++++ config/application.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563a1287..ee22656b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.5.0](https://github.com/nla/nla-arclight/compare/2.4.3...2.5.0) (2023-10-20) + + +### Features + +* pull in changes for login page ([0f09b8d](https://github.com/nla/nla-arclight/commit/0f09b8d801140fa218a1ba794ec2b810150a2cb5)) + + +### Miscellaneous + +* prepare for release ([dbb99c1](https://github.com/nla/nla-arclight/commit/dbb99c14c6636c4d2e351477c449d5a499248334)) +* pull in patron Keycloak changes ([32e564a](https://github.com/nla/nla-arclight/commit/32e564aad718ab9e9d128b34ad9fbadb7a62b51a)) +* upgrade dependencies ([e8fd718](https://github.com/nla/nla-arclight/commit/e8fd718321846d35367c7b5f5e121807044917b6)) + ## [2.4.3](https://github.com/nla/nla-arclight/compare/2.4.2...2.4.3) (2023-09-27) diff --git a/config/application.rb b/config/application.rb index a2d2d11a..2d4e0cf5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,7 +18,7 @@ end module NlaArclight - VERSION = "2.4.3" + VERSION = "2.5.0" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.