From 7831d112e4ed3ff9adcba5ecfb1c0a08379ae63c Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:25:01 +1000 Subject: [PATCH] chore(main): release 3.2.1 --- CHANGELOG.md | 7 +++++++ config/application.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20a12cc..667d6560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/nla/nla-arclight/compare/3.2.0...3.2.1) (2024-06-06) + + +### Build System + +* **deps:** bump actionpack from 7.0.8.3 to 7.0.8.4 ([f8635bd](https://github.com/nla/nla-arclight/commit/f8635bdd914b3f0e0660843d5f39f81684ae6553)) + ## [3.2.0](https://github.com/nla/nla-arclight/compare/3.1.0...3.2.0) (2024-06-04) diff --git a/config/application.rb b/config/application.rb index c47dd2de..eac3d940 100644 --- a/config/application.rb +++ b/config/application.rb @@ -24,7 +24,7 @@ end module NlaArclight - VERSION = "3.2.0" + VERSION = "3.2.1" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.