From 03a4cc6465639d9a5ea1095cdd2632b156a29ccd Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:53:38 +1100 Subject: [PATCH] chore(main): release 2.4.4 --- CHANGELOG.md | 8 ++++++++ config/application.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563a1287..c4fb2efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.4](https://github.com/nla/nla-arclight/compare/2.4.3...2.4.4) (2023-10-18) + + +### Miscellaneous + +* 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..d8d6cb88 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,7 +18,7 @@ end module NlaArclight - VERSION = "2.4.3" + VERSION = "2.4.4" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.