Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/us_core_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -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
Loading