diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d83c7..75c62e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.6 +* * FI-3018: Allow multi-line custom headers in token introspection request by @emichaud998 in https://github.com/inferno-framework/smart-app-launch-test-kit/pull/77 +* FI-3257: Use Custom Authorization Header Input in Invalid Token Test by @emichaud998 in https://github.com/inferno-framework/smart-app-launch-test-kit/pull/81 +* FI-2919: SMART CORS Support Tests by @emichaud998 in https://github.com/inferno-framework/smart-app-launch-test-kit/pull/75 + # 0.4.5 * FI-3247: Add note that CORS is not yet tested by @Jammjammjamm in https://github.com/inferno-framework/smart-app-launch-test-kit/pull/79 @@ -35,9 +40,9 @@ https://github.com/inferno-framework/smart-app-launch-test-kit/pull/65 # 0.4.1 -* FI-2395: Data Rights Legend by @bmath10 in +* 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 +* FI-2247 backend services migration by @alisawallace in https://github.com/inferno-framework/smart-app-launch-test-kit/pull/59 # 0.4.0 diff --git a/Gemfile.lock b/Gemfile.lock index ca23505..0c47a1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_app_launch_test_kit (0.4.5) + smart_app_launch_test_kit (0.4.6) inferno_core (>= 0.4.2) json-jwt (~> 1.15.3) jwt (~> 2.6) diff --git a/lib/smart_app_launch/version.rb b/lib/smart_app_launch/version.rb index 0f63509..51179e5 100644 --- a/lib/smart_app_launch/version.rb +++ b/lib/smart_app_launch/version.rb @@ -1,3 +1,3 @@ module SMARTAppLaunch - VERSION = '0.4.5'.freeze + VERSION = '0.4.6'.freeze end