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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 7.3.0
* Remove versions of US Core and SMART that are below current certification minimums

# 7.2.9
* Update dependency of inferno-core to v1.0.8 (empty Bundle.entry.resource handling)
* SMART invalid refresh token tests now support asymmetric auth
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:
onc_certification_g10_test_kit (7.2.9)
onc_certification_g10_test_kit (7.3.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 1.0, >= 1.0.8)
Expand Down Expand Up @@ -373,4 +373,4 @@ DEPENDENCIES
webmock (~> 3.11)

BUNDLED WITH
2.5.22
4.0.7
4 changes: 2 additions & 2 deletions lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ONCCertificationG10TestKit
VERSION = '7.2.9'.freeze
LAST_UPDATED = '2026-02-06'.freeze # TODO: update next release
VERSION = '7.3.0'.freeze
LAST_UPDATED = '2026-03-05'.freeze # TODO: update next release
end