diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cac0271..d51fc9d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.4.41 +* Include JSON files in gem package by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/524 + ## 0.4.40 * Update README content; fix broken links and improve generally. by @arscan in https://github.com/inferno-framework/inferno-core/pull/511 * FI-2863: Added support for auth_info to fhir_client by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/512 diff --git a/Gemfile.lock b/Gemfile.lock index 5d655be87..11e29fae3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.40) + inferno_core (0.4.41) 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 0a20b0b63..ba1cd722d 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.40'.freeze + VERSION = '0.4.41'.freeze end