Skip to content

Commit

Permalink
Release 0.4.7 (#301)
Browse files Browse the repository at this point in the history
* bump to prerelease version

* update changelog

* use final version
  • Loading branch information
Jammjammjamm authored Jan 9, 2023
1 parent 59cf765 commit ac2cb37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.7
* Add a home link to logo and suite title in header.
* Update the header to make to minimize size on mobile devices.
* Update the error message in response status and resource type assertions.

# 0.4.6
* Add DSL support for the FHIR batch/transaction interaction.

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.6)
inferno_core (0.4.7)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jwt (2.5.0)
jwt (2.6.0)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
public_suffix (4.0.7)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
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.6'.freeze
VERSION = '0.4.7'.freeze
end

0 comments on commit ac2cb37

Please # to comment.