Skip to content

Commit

Permalink
Release v0.4.6 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Yunwei Wang <>
  • Loading branch information
yunwwang authored Oct 30, 2024
1 parent c150ab9 commit c37d114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/smart_app_launch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SMARTAppLaunch
VERSION = '0.4.5'.freeze
VERSION = '0.4.6'.freeze
end

0 comments on commit c37d114

Please sign in to comment.