Skip to content

Commit

Permalink
Release 0.0.8 (#61)
Browse files Browse the repository at this point in the history
* update changelog and bump version

* bump fhir_client version

* update version for final release
  • Loading branch information
Jammjammjamm authored Dec 10, 2021
1 parent 3215254 commit 7feefb2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.0.8

* Update Material UI to v5
* Various UI improvements
* Update fhir_client version
* Add support for search with POST to FHIR Client
* Add support for adding additional validation functions
* Fix issue where entire response bodies were always logged
* Fix a migration error

# 0.0.7

* Add [documentation in github pages](https://inferno-framework.github.io/inferno-core/)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'puma'

gem 'activesupport'
gem 'dotenv'
gem 'fhir_client'
gem 'fhir_client', '>= 5.0.3'
gem 'fhir_models', '~> 4.2.0'
gem 'rake'
gem 'faraday'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffi (1.15.4)
fhir_client (5.0.2)
fhir_client (5.0.3)
activesupport (>= 3)
addressable (>= 2.3)
fhir_dstu2_models (>= 1.1.1)
Expand Down Expand Up @@ -298,7 +298,7 @@ DEPENDENCIES
dry-system (= 0.18.1)
factory_bot
faraday
fhir_client
fhir_client (>= 5.0.3)
fhir_models (~> 4.2.0)
hanami-controller (~> 1.3)
hanami-router (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion inferno_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'dry-configurable', '0.12.0' # 0.13.0 causes a lot of deprecation warnings
spec.add_runtime_dependency 'dry-system', '0.18.1'
spec.add_runtime_dependency 'faraday', '~> 1.2'
spec.add_runtime_dependency 'fhir_client', '~> 5.0'
spec.add_runtime_dependency 'fhir_client', '>= 5.0.3'
spec.add_runtime_dependency 'fhir_models', '~> 4.2.0'
spec.add_runtime_dependency 'hanami-controller', '~> 1.3'
spec.add_runtime_dependency 'hanami-router', '~> 1.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/public/217.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inferno
VERSION = '0.0.7'.freeze
VERSION = '0.0.8'.freeze
end

0 comments on commit 7feefb2

Please sign in to comment.