Skip to content

Commit

Permalink
Release 0443 (#533)
Browse files Browse the repository at this point in the history
* version bump

* changelog
  • Loading branch information
rpassas authored Sep 27, 2024
1 parent 2c537e4 commit e5dd3cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.4.43
* patch undefined method for nil on validator 500 response by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/530
* FI-3172: Fix validator sessions by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/531

## 0.4.42
* FI-2887 Remove banner info from readme because that belongs in the docs site. by @arscan in https://github.com/inferno-framework/inferno-core/pull/527
* FI-3112: Fixed JWKS Template Path Used in Unit Tests by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/526


## 0.4.41
* Include JSON files in gem package by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/524

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.42)
inferno_core (0.4.43)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
zeitwerk (~> 2.6)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -111,7 +111,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fhir_client (5.0.3)
activesupport (>= 3)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
jwt (2.9.0)
jwt (2.9.1)
base64
kramdown (2.4.0)
rexml
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.42'.freeze
VERSION = '0.4.43'.freeze
end

0 comments on commit e5dd3cb

Please sign in to comment.