Skip to content

Commit

Permalink
Merge branch 'main' into FI-2685-lock-checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyssaWang authored Sep 12, 2024
2 parents 28ce423 + 500ebf3 commit 3aecaca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.4.40
* Update README content; fix broken links and improve generally. by @arscan in https://github.com/inferno-framework/inferno-core/pull/511
* FI-2863: Added support for auth_info to fhir_client by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/512
* FI-2865: FHIR Client Auth Info Refresh by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/513
* FI-2910: Host JWKS for Client Assertion by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/515
* FI-2857: Add auth input option by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/514
* FI-2990: Fix typo in Request Details Modal by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/519
* FI-2728: Prevent Test Runner from Crashing When Validator Response Contains Bad Characters by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/518
* Fi-1930: Custom Result Rollup by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/516
* FI-2750: Add FHIRPath Support by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/520

## 0.4.39
* FI-2836: Fix double requests from suite endpoints by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/505
* Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/506
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:
inferno_core (0.4.39)
inferno_core (0.4.40)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
Expand Down Expand Up @@ -156,7 +156,7 @@ GEM
hansi (0.2.1)
hashdiff (1.0.1)
http-accept (1.7.0)
http-cookie (1.0.6)
http-cookie (1.0.7)
domain_name (~> 0.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -170,7 +170,7 @@ GEM
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0604)
mime-types-data (3.2024.0903)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand All @@ -183,11 +183,11 @@ GEM
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.3)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -210,7 +210,7 @@ GEM
public_suffix (4.0.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
strings-ansi (0.2.0)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
tilt (2.4.0)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Inferno
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
VERSION = '0.4.39'.freeze
VERSION = '0.4.40'.freeze
end

0 comments on commit 3aecaca

Please sign in to comment.