From 983b94c55889d11691a9e76e320d4404f67bfbbb Mon Sep 17 00:00:00 2001 From: rpassas <35311744+rpassas@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:22:55 -0500 Subject: [PATCH] Release 0425 (#420) * version bump * change log --- CHANGELOG.md | 5 +++++ Gemfile.lock | 4 ++-- lib/inferno/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7da63fb8..af5143615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.25 +* FI-2270: Migrate FI-1990, fix flicker by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/409 +* FI-2383: Force page reroute in header by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/419 +* FI-2236: Support arbitrary fields in HL7 validator cliContext by @dehall in https://github.com/inferno-framework/inferno-core/pull/413 + # 0.4.24 * FI-2347: Set radio default input by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/416 diff --git a/Gemfile.lock b/Gemfile.lock index 23e315197..61190b351 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.24) + inferno_core (0.4.25) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -299,7 +299,7 @@ GEM strings (~> 0.2.0) tty-color (~> 0.5) tty-screen (~> 0.8) - tty-screen (0.8.1) + tty-screen (0.8.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index 61e2c1815..84c993416 100644 --- a/lib/inferno/version.rb +++ b/lib/inferno/version.rb @@ -1,4 +1,4 @@ module Inferno # Standard patterns for gem versions: https://guides.rubygems.org/patterns/ - VERSION = '0.4.24'.freeze + VERSION = '0.4.25'.freeze end