From f3667af41e4923cc9fe9e74e4143cfdb5413cda7 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Thu, 19 Dec 2024 13:20:36 -0500 Subject: [PATCH 1/2] bump version Signed-off-by: Vanessa Fotso --- Gemfile.lock | 2 +- lib/inferno/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From d8ea7f35408888bface12b5f79785f41e8109208 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Thu, 19 Dec 2024 13:21:34 -0500 Subject: [PATCH 2/2] changelog Signed-off-by: Vanessa Fotso --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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