diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2ea105e..33f1e9743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.4.33 +* have gemspec include dotfiles from lib/inferno/apps/cli/templates/ by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/470 + # 0.4.32 * FI-2495: Create sessions via form POST by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/459 * FI-2156: Test kit dependency update script by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/457 diff --git a/Gemfile.lock b/Gemfile.lock index 87eb3b511..7fa9c5965 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.32) + inferno_core (0.4.33) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -226,7 +226,7 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.0) redis (4.8.1) regexp_parser (2.2.0) reline (0.3.2) diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index 732d6f5db..a85221f7b 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.32'.freeze + VERSION = '0.4.33'.freeze end