From ffa326f061debdc7b09a36e2d903551eb38f7ba2 Mon Sep 17 00:00:00 2001 From: Robert Passas <35311744+rpassas@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:27:43 -0400 Subject: [PATCH] Release 0431 (#468) * version bump * change log --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/inferno/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcdea555..55d6f9add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.31 +* Fi 2576 inferno new gemspec patch by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/465 +* fix: id should be 36 char long by @rpassas in https://github.com/inferno-framework/inferno-core/pull/467 + # 0.4.30 * FI-2485: Update mobile main test run button appearance by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/455 * FI-2454: Add landing page and suite options skeletons by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/453 diff --git a/Gemfile.lock b/Gemfile.lock index 57f70a054..fe2b00449 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.30) + inferno_core (0.4.31) 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 4805cbc9e..15a32d854 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.30'.freeze + VERSION = '0.4.31'.freeze end