-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from inferno-framework/FI-2391-release-0.10.0
Carin4BB Release 0.10.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |