Skip to content

Commit

Permalink
Release 4.0.0 (#467)
Browse files Browse the repository at this point in the history
* use final version

* update changelog
  • Loading branch information
Jammjammjamm authored Nov 8, 2023
1 parent e6bb966 commit 4f6c307
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 4.0.0

* Add tests for US Core 6.1.0.
* Update the terminology build process for US Core 6.1.0. It is necessary to
rerun the terminology build with this release.
* CapabilityStatement tests now check that the server lists support for for all
required US Core profiles rather than only for all required USCDI resources
when using US Core 4, 5, or 6 (tests 5.1.05, 6.1.05, and 10.1.05)(#462).
* Medication inclusion searches now check that all referenced Medication
resources are included in the search Bundle rather than only checking that
some Medication resources are included (#463).

# 3.8.1

* Add presets for the US Core Test Suites so that they will be available for
Expand Down
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:
onc_certification_g10_test_kit (4.0.0.rc1)
onc_certification_g10_test_kit (4.0.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.4.20)
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '4.0.0.rc1'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit 4f6c307

Please # to comment.