diff --git a/CHANGELOG.md b/CHANGELOG.md index 01102998..113b0b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 6.0.1 +* Fix a bug which caused the Token Refresh with Scopes (`9.12.13.03`) test in + the Asymmetric Client Launch group to not use asymmetric authentication + (#548). +* When using SMART App Launch STU 1, remove the automated Token Introspection + (`9.11`) tests and restore the token introspection attestation (`11.06`) + (#553). + # 6.0.0 * Add Token Introspection tests (#531). * Add Asymmetric Client Auth tests (#533). diff --git a/Gemfile.lock b/Gemfile.lock index fe4f3fa2..077165aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onc_certification_g10_test_kit (6.0.0) + onc_certification_g10_test_kit (6.0.1) bloomer (~> 1.0.0) colorize (~> 0.8.1) inferno_core (~> 0.4.34) @@ -144,7 +144,7 @@ GEM hansi (0.2.1) hashdiff (1.0.1) http-accept (1.7.0) - http-cookie (1.0.6) + http-cookie (1.0.7) domain_name (~> 0.5) httpclient (2.8.3) i18n (1.14.5) @@ -191,7 +191,7 @@ GEM method_source (1.1.0) mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0806) + mime-types-data (3.2024.0820) mini_portile2 (2.8.7) minitest (5.24.1) msgpack (1.7.2) diff --git a/lib/onc_certification_g10_test_kit/onc_program_procedure.yml b/lib/onc_certification_g10_test_kit/onc_program_procedure.yml index f4313c10..476f5d92 100644 --- a/lib/onc_certification_g10_test_kit/onc_program_procedure.yml +++ b/lib/onc_certification_g10_test_kit/onc_program_procedure.yml @@ -1255,7 +1255,7 @@ specification in § 170.215(c). inferno_supported: 'yes' inferno_tests: - - 11.06 + - '11.06' - 9.11.2.01 - 9.11.2.02 - 9.11.3.01 - 9.11.3.02 - section: Paragraph (g)(10)(ii) – Supported search operations diff --git a/lib/onc_certification_g10_test_kit/version.rb b/lib/onc_certification_g10_test_kit/version.rb index 0f0d2fd3..af39955d 100644 --- a/lib/onc_certification_g10_test_kit/version.rb +++ b/lib/onc_certification_g10_test_kit/version.rb @@ -1,3 +1,3 @@ module ONCCertificationG10TestKit - VERSION = '6.0.0'.freeze + VERSION = '6.0.1'.freeze end diff --git a/onc_certification_g10_matrix.xlsx b/onc_certification_g10_matrix.xlsx index e421c781..bff1ca2f 100644 Binary files a/onc_certification_g10_matrix.xlsx and b/onc_certification_g10_matrix.xlsx differ