diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f80a..2b947ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.1 +* FI-2395: Data Rights Legend by @bmath10 in + https://github.com/inferno-framework/smart-app-launch-test-kit/pull/60 +* FI-2247 backend services migration by @alisawallace in + https://github.com/inferno-framework/smart-app-launch-test-kit/pull/59 + # 0.4.0 * Fix jwt dependency by @Jammjammjamm in diff --git a/Gemfile.lock b/Gemfile.lock index edcaa4e..16cf3db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_app_launch_test_kit (0.4.0) + smart_app_launch_test_kit (0.4.1) inferno_core (>= 0.4.2) json-jwt (~> 1.15.3) jwt (~> 2.6) @@ -221,7 +221,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.4) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.3) rack (2.2.8) diff --git a/lib/smart_app_launch/version.rb b/lib/smart_app_launch/version.rb index aaa4f9d..9047828 100644 --- a/lib/smart_app_launch/version.rb +++ b/lib/smart_app_launch/version.rb @@ -1,3 +1,3 @@ module SMARTAppLaunch - VERSION = '0.4.0'.freeze + VERSION = '0.4.1'.freeze end