diff --git a/CHANGELOG.md b/CHANGELOG.md index 194840d1..3a111d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.8.0 +* FI-2792 Add US Core Test Suite for US Core IG v7.0.0 +* FI-2959 Add code system check to MustSupport test on requiredBinding slice +* FI-2955 Include code system when checking for resources to read +* FI-2957 Support optional granular searches +* FI-2979 Update filter for provenance-1 error + +# 0.7.2 +* FI-2497 Handle instantiate and supportedProfile with version by @yunwwang in + https://github.com/inferno-framework/us-core-test-kit/pull/185 + # 0.7.1 * FI-2455 granular scope read tests by @360dgries in https://github.com/inferno-framework/us-core-test-kit/pull/170 diff --git a/Gemfile.lock b/Gemfile.lock index 04826cd8..63ddb007 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - us_core_test_kit (0.7.1) + us_core_test_kit (0.8.0) inferno_core (>= 0.4.37) smart_app_launch_test_kit (>= 0.4.0) tls_test_kit (~> 0.2.0) diff --git a/lib/us_core_test_kit/version.rb b/lib/us_core_test_kit/version.rb index 206476bd..f6ce02fe 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.7.1' + VERSION = '0.8.0' end