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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.2

* ID-45/95: execution scripts and updated validator version by @karlnaden in https://github.com/inferno-framework/us-core-test-kit/pull/287

# 1.1.2

* 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
Expand Down
6 changes: 3 additions & 3 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.2)
us_core_test_kit (1.1.3)
inferno_core (~> 1.3, >= 1.3.1)
smart_app_launch_test_kit (~> 1.0, >= 1.0.2)
tls_test_kit (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -448,7 +448,7 @@ CHECKSUMS
http-cookie (1.1.6) sha256=ba4b82be64de61dc281243dac70e3c382c45142f20268ed9276a3670c93feaa9
httpclient (2.9.0) sha256=4b645958e494b2f86c2f8a2f304c959baa273a310e77a2931ddb986d83e498c8
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
inferno_core (1.3.1)
inferno_core (1.3.1) sha256=32243f07d228965d22d661f0fbb0353a5aae6e13c663c51655e4f7d3cdad4260
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
json-jwt (1.15.3.1) sha256=92b27378212b6aa72aba93a537eabd7f7ac7ad38e12b638863cd7727e0dcb08f
Expand Down Expand Up @@ -528,7 +528,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.2)
us_core_test_kit (1.1.3)
version_gem (1.1.9) sha256=0c1a0962ae543c84a00889bb018d9f14d8f8af6029d26b295d98774e3d2eb9a4
webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90
websocket (1.2.11) sha256=b7e7a74e2410b5e85c25858b26b3322f29161e300935f70a0e0d3c35e0462737
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.2'
LAST_UPDATED = '2026-05-13'
VERSION = '1.1.3'
LAST_UPDATED = '2026-05-26'
end
Loading