From 630135a4b5b5513542f541ed00445ac57f85f331 Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:29:20 +1000 Subject: [PATCH] chore(main): release 0.2.3 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/nla/blacklight_common/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea76d6..dd121b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/nla/nla-blacklight_common/compare/0.2.2...0.2.3) (2024-06-03) + + +### Bug Fixes + +* only show Email 2FA alert to patrons ([afd14b6](https://github.com/nla/nla-blacklight_common/commit/afd14b6a349e5bab9c282baae908b09f6fc2b3f3)) + ## [0.2.2](https://github.com/nla/nla-blacklight_common/compare/0.2.1...0.2.2) (2024-06-03) diff --git a/Gemfile.lock b/Gemfile.lock index 8032dba..e0bc33b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nla-blacklight_common (0.2.2) + nla-blacklight_common (0.2.3) activerecord-session_store (~> 2.0) annotaterb blacklight (>= 8.0.0, < 9) diff --git a/lib/nla/blacklight_common/version.rb b/lib/nla/blacklight_common/version.rb index 355b631..be32f03 100644 --- a/lib/nla/blacklight_common/version.rb +++ b/lib/nla/blacklight_common/version.rb @@ -1,5 +1,5 @@ module Nla module BlacklightCommon - VERSION = "0.2.2" + VERSION = "0.2.3" end end