Skip to content

Commit

Permalink
Release 6.0.1 (#555)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* use final release version

* regenerate matrix
  • Loading branch information
Jammjammjamm authored Aug 28, 2024
1 parent 1de7c25 commit f6ce4f5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '6.0.0'.freeze
VERSION = '6.0.1'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.

0 comments on commit f6ce4f5

Please sign in to comment.