diff --git a/CHANGELOG.md b/CHANGELOG.md index 08add9d48..1f938dbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.29 +* Add instructions for loading external test kits. by @arscan in https://github.com/inferno-framework/inferno-core/pull/450 +* FI-2487: Revert "FI-2318 Allow for form data at session create endpoint (#429)" by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/451 + # 0.4.28 * FI-2266: inferno new generator by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/408 * FI-2222: no tests hang fix by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/425 diff --git a/Gemfile.lock b/Gemfile.lock index df1854bd3..976afa4ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.28) + inferno_core (0.4.29) 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 2559ffb40..f26a75b68 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.28'.freeze + VERSION = '0.4.29'.freeze end