diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e090ac..8f21ab88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.4.5 + +* Update the validator message filter for SMART extensions to support a new + validator version. +* Update the profile support test to no longer issue warnings based on which + profiles are supported, and to allow a list of resources which must be + supported. + # 0.4.4 * Update the title and description of Must Support tests. diff --git a/Gemfile.lock b/Gemfile.lock index c534abc7..c3ccceb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - us_core_test_kit (0.4.4) + us_core_test_kit (0.4.5) inferno_core (>= 0.4.2) tls_test_kit (~> 0.2.0) @@ -170,7 +170,7 @@ GEM io-console (0.5.11) irb (1.4.2) reline (>= 0.3.0) - jwt (2.6.0) + jwt (2.7.0) kramdown (2.4.0) rexml method_source (1.0.0) diff --git a/lib/us_core_test_kit/version.rb b/lib/us_core_test_kit/version.rb index 295eb30e..a80c9cb9 100644 --- a/lib/us_core_test_kit/version.rb +++ b/lib/us_core_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module USCoreTestKit - VERSION = '0.4.4' + VERSION = '0.4.5' end