diff --git a/app/views/home/show.html.erb b/app/views/home/show.html.erb index 0e35469be..917bbdc46 100644 --- a/app/views/home/show.html.erb +++ b/app/views/home/show.html.erb @@ -64,7 +64,7 @@

Current Version <%=Bonnie::Version.current%>

-

The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the FHIR <%=Bonnie::Version.fhir_ver%> model

+

The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.5 and the FHIR <%=Bonnie::Version.fhir_ver%> model

Capabilities V<%=Bonnie::Version.current%>

@@ -74,7 +74,7 @@
  • VSAC Profile and Release Selection
  • Custom Measurement Period
  • Bonnie API
  • -
  • CQL 1.4 Support
  • +
  • CQL 1.5 Support
  • FHIR <%=Bonnie::Version.fhir_ver%> Model Support
  • diff --git a/app/views/layouts/_fhir_banner.html.erb b/app/views/layouts/_fhir_banner.html.erb index c55dacf3e..0ae19a1d4 100644 --- a/app/views/layouts/_fhir_banner.html.erb +++ b/app/views/layouts/_fhir_banner.html.erb @@ -1,7 +1,7 @@

    - This version of Bonnie supports CQL 1.4, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.
    - For CQL 1.4, QDM 5.5 Based measures, please use Bonnie-QDM.
    - For CQL 1.3, QDM 5.4 Based measures, please use Bonnie-QDM-Prior. + This version of Bonnie supports CQL 1.5, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.
    + For CQL 1.5, QDM 5.6 Based measures, please use Bonnie-QDM.
    + For CQL 1.4, QDM 5.5 Based measures, please use Bonnie-QDM-Prior.

    diff --git a/config/bonnie.yml b/config/bonnie.yml index ca9b0565a..bcfe53a1e 100644 --- a/config/bonnie.yml +++ b/config/bonnie.yml @@ -1,5 +1,5 @@ defaults: &defaults - version: 6.2.1 + version: 6.2.2 enable_logging: true enable_rationale: true check_crosswalk: false diff --git a/package-lock.json b/package-lock.json index e5ae668df..3a8c8654a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bonnie", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bonnie", - "version": "6.2.1", + "version": "6.2.2", "license": "Apache-2.0", "dependencies": { "browserify": "^17.0.0", diff --git a/package.json b/package.json index 2a601f1a9..b02721600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bonnie", - "version": "6.2.1", + "version": "6.2.2", "description": "A tool for testing electronic clinical quality measures", "main": "index.js", "repository": "git@github.com:MeasureAuthoringTool/bonnie.git", diff --git a/public/resource/Bonnie_Release_Notes.docx b/public/resource/Bonnie_Release_Notes.docx index 18fb2b69f..7517cfc38 100644 Binary files a/public/resource/Bonnie_Release_Notes.docx and b/public/resource/Bonnie_Release_Notes.docx differ diff --git a/public/resource/Bonnie_Release_Notes.pdf b/public/resource/Bonnie_Release_Notes.pdf index eef4b2138..381264dc0 100644 Binary files a/public/resource/Bonnie_Release_Notes.pdf and b/public/resource/Bonnie_Release_Notes.pdf differ diff --git a/public/resource/Bonnie_user_guide.docx b/public/resource/Bonnie_user_guide.docx index 295b77109..b63ff6a14 100644 Binary files a/public/resource/Bonnie_user_guide.docx and b/public/resource/Bonnie_user_guide.docx differ diff --git a/public/resource/Bonnie_user_guide.pdf b/public/resource/Bonnie_user_guide.pdf index d0f28eef1..99fba0378 100644 Binary files a/public/resource/Bonnie_user_guide.pdf and b/public/resource/Bonnie_user_guide.pdf differ