Skip to content

Commit

Permalink
Merge pull request #33 from inferno-framework/FI-2391-release-0.10.0
Browse files Browse the repository at this point in the history
Carin4BB Release 0.10.0
  • Loading branch information
yunwwang authored Dec 26, 2023
2 parents 2da5935 + bd2b91b commit ab82e43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.10.0

* FI-2191 Reorganize tests into SMART group and Carin group
* FI-2285 Rearrange test sequence based on the reference linkages between resources
* FI-2286 Combine ExplainOfBenefit tests into one test group
* FI-2298 Simplify input fields
* FI-2232 Use FHIR Modle for FHIR JSON parsing
* FI-2189 Add test for SMART Scopes
* FI-2190 Add test for SMART Capabilities
* FI-2184 Fix _include search test to check the included resources match the _include search criteria
* FI-2186 Change _lastUpdated search test to optional
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
carin_for_blue_button_test_kit (0.9.2)
carin_for_blue_button_test_kit (0.10.0)
inferno_core (~> 0.4.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/carin_for_blue_button_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CarinForBlueButtonTestKit
VERSION = '0.9.2'
VERSION = '0.10.0'
end

0 comments on commit ab82e43

Please sign in to comment.