diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2f9037..ac7bed68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +* ID-134 Gem updates and FHIR:reference guard rail that filters out codeableConcept from being passed in FHIR:Reference only functions by @FlexonyoPizza in +https://github.com/inferno-framework/us-core-test-kit/pull/291 +* ID-98 Replace Replace "ASTP" with "ONC" by @FlexonyoPizza in +https://github.com/inferno-framework/us-core-test-kit/pull/288 +* Check for client generator diff in CI by @holmesie in +https://github.com/inferno-framework/us-core-test-kit/pull/289 +* Fix type_slices method using correct elements variable by @yunwwang in +https://github.com/inferno-framework/us-core-test-kit/pull/286 + + # 1.1.1 * ID-30: Handle relative bundle references during granular scope tests by @ljtucker in https://github.com/inferno-framework/us-core-test-kit/pull/282 diff --git a/Gemfile.lock b/Gemfile.lock index ec9ad6e0..e6091654 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - us_core_test_kit (1.1.1) + us_core_test_kit (1.1.2) inferno_core (~> 1.2, >= 1.2.2) smart_app_launch_test_kit (~> 1.0, >= 1.0.1) tls_test_kit (~> 1.0, >= 1.0.2) @@ -515,7 +515,7 @@ CHECKSUMS tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a unicode_utils (1.4.0) sha256=b922d0cf2313b6b7136ada6645ce7154ffc86418ca07d53b058efe9eb72f2a40 - us_core_test_kit (1.1.1) + us_core_test_kit (1.1.2) version_gem (1.1.9) sha256=0c1a0962ae543c84a00889bb018d9f14d8f8af6029d26b295d98774e3d2eb9a4 webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90 zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd diff --git a/lib/us_core_test_kit/version.rb b/lib/us_core_test_kit/version.rb index 6b52eba7..10a39c09 100644 --- a/lib/us_core_test_kit/version.rb +++ b/lib/us_core_test_kit/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module USCoreTestKit - VERSION = '1.1.1' - LAST_UPDATED = '2026-01-13' + VERSION = '1.1.2' + LAST_UPDATED = '2026-05-13' end