Skip to content

Commit 658cb56

Browse files
authored
Release v7.2.4 (#683)
* Release v7.2.4 * Release v7.2.4 --------- Co-authored-by: Yunwei Wang <>
1 parent d881982 commit 658cb56

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 7.2.4
2+
Fix Bulk Observation Validation test description of required profiles
3+
Disable PKCE for SMART v1 test by default
4+
Add delayed reference resource context for the resource which provides the reference value
5+
Update to inferno-resource-validator v1.0.66
6+
Enable Requirement converage and analysis
7+
18
# 7.2.3
29
* Apply US Core patches [FHIR-50283](https://jira.hl7.org/browse/FHIR-50283), [FHIR-50239](https://jira.hl7.org/browse/FHIR-50239), and [FHIR-50288](https://jira.hl7.org/browse/FHIR-50288) for US Core v6.1.0 and US Core v7.0.0
310
* Prefers search test using codings from Well-Known code systems

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
onc_certification_g10_test_kit (7.2.3)
4+
onc_certification_g10_test_kit (7.2.4)
55
bloomer (~> 1.0.0)
66
colorize (~> 0.8.1)
77
inferno_core (~> 0.6.16)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module ONCCertificationG10TestKit
2-
VERSION = '7.2.3'.freeze
3-
LAST_UPDATED = '2025-06-10'.freeze # TODO: update next release
2+
VERSION = '7.2.4'.freeze
3+
LAST_UPDATED = '2025-07-08'.freeze # TODO: update next release
44
end

0 commit comments

Comments
 (0)