Skip to content

Commit

Permalink
Relaese v7.0.3 (#603)
Browse files Browse the repository at this point in the history
* Relaese v7.0.3

* Update CHANGELOG.md

Co-authored-by: Stephen MacVicar <[email protected]>

---------

Co-authored-by: Yunwei Wang <>
Co-authored-by: Stephen MacVicar <[email protected]>
  • Loading branch information
yunwwang and Jammjammjamm authored Jan 7, 2025
1 parent 3d5d28a commit 8074747
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.0.3
* Update validator to v1.0.60
* Update inferno_core to v0.5.4
* Fix Reference Server Preset Endpoint Scope
* Prevent systems from passing with US core v7.0.0 and SMART App Launch v1

# 7.0.2
* Updated validator to v1.0.59
* Updated inferno_core to v0.5.1
Expand Down
18 changes: 9 additions & 9 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.0.2)
onc_certification_g10_test_kit (7.0.3)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.5.0)
Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
base64 (0.2.0)
bcp47 (0.3.3)
i18n
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindata (2.5.0)
bitarray (1.3.1)
bloomer (1.0.0)
Expand Down Expand Up @@ -92,8 +92,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.2)
inferno_core (0.5.4)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
aes_key_wrap
bindata
httpclient
jwt (2.9.3)
jwt (2.10.1)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
Expand Down Expand Up @@ -229,7 +229,7 @@ GEM
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
Expand All @@ -242,7 +242,7 @@ GEM
rack (2.2.10)
rainbow (3.1.1)
rake (13.2.1)
redis-client (0.22.2)
redis-client (0.23.0)
connection_pool
regexp_parser (2.6.1)
reline (0.3.1)
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.4.0)
tilt (2.5.0)
tls_test_kit (0.2.3)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '7.0.2'.freeze
VERSION = '7.0.3'.freeze
end

0 comments on commit 8074747

Please sign in to comment.