From 61d2499a4d3192ce8c313b491f88e180a93efac9 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso <46642178+vanessuniq@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:12:09 -0500 Subject: [PATCH] Release 0.5.4 (#580) * bump version Signed-off-by: Vanessa Fotso * changelog Signed-off-by: Vanessa Fotso --------- Signed-off-by: Vanessa Fotso --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/inferno/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ca5897c..9c83c6f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.3 +* FI-3565: Upgrade validator dockerfile to match upstream by @dehall in https://github.com/inferno-framework/inferno-core/pull/576 +* FI-3440: Add IG entity and repository, integrated into Evaluate task by @dehall in https://github.com/inferno-framework/inferno-core/pull/573 +* Fi 3597 fix js build by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/579 + ## 0.5.3 * FI-2748: Add TestKit to template by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/561 * FI-3550: Handle optional waiting results by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/570 diff --git a/Gemfile.lock b/Gemfile.lock index 9fbe9d9d8..99d956fb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.5.3) + inferno_core (0.5.4) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index b018af128..d040d2d3c 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.5.3'.freeze + VERSION = '0.5.4'.freeze end