Skip to content

Commit 9cf9bdd

Browse files
authored
prepare release v7.2.5 (#696)
Co-authored-by: Yunwei Wang <>
1 parent c6bf3a8 commit 9cf9bdd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 7.2.5
2+
* Add filter for https://tx.fhir.org validation error
3+
* Add filter for mimetypes valueset valdiation error
4+
* Update dependency of inferno-core to v1.0.3, fhir.validator-wrapper to v1.0.67, and FHIR validator core to 6.5.28
5+
16
# 7.2.4
27
Fix Bulk Observation Validation test description of required profiles
38
Disable PKCE for SMART v1 test by default

Gemfile.lock

Lines changed: 3 additions & 3 deletions
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.4)
4+
onc_certification_g10_test_kit (7.2.5)
55
bloomer (~> 1.0.0)
66
colorize (~> 0.8.1)
77
inferno_core (~> 1.0, >= 1.0.2)
@@ -151,7 +151,7 @@ GEM
151151
mutex_m
152152
i18n (1.14.7)
153153
concurrent-ruby (~> 1.0)
154-
inferno_core (1.0.3)
154+
inferno_core (1.0.4)
155155
activesupport (~> 6.1.7.5)
156156
base62-rb (= 0.3.1)
157157
blueprinter (= 0.25.2)
@@ -203,7 +203,7 @@ GEM
203203
method_source (1.1.0)
204204
mime-types (3.4.1)
205205
mime-types-data (~> 3.2015)
206-
mime-types-data (3.2025.0715)
206+
mime-types-data (3.2025.0722)
207207
mini_portile2 (2.8.9)
208208
minitest (5.25.5)
209209
msgpack (1.8.0)
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.4'.freeze
3-
LAST_UPDATED = '2025-07-08'.freeze # TODO: update next release
2+
VERSION = '7.2.5'.freeze
3+
LAST_UPDATED = '2025-07-23'.freeze # TODO: update next release
44
end

0 commit comments

Comments
 (0)