From 2ab2ce7d99bd066e4479d90bc425c0b823e498cb Mon Sep 17 00:00:00 2001 From: yunwwang Date: Fri, 5 Jul 2024 12:19:23 -0500 Subject: [PATCH] Upde ChangeLog and version (#187) Co-authored-by: Yunwei Wang <> --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/us_core_test_kit/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194840d1..180ad474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.7.2 +* FHIR-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..dd4e991f 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.7.2) 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..82f7bbc2 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.7.2' end