Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
V190 updates (#428)
Browse files Browse the repository at this point in the history
* update lib/version

* Update release notes

* Generate onc_program_matrix

* Update lib/app/views/index_onc_program.erb

Co-authored-by: Stephen MacVicar <Jammjammjamm@users.noreply.github.com>

* Update lib/app/views/index_onc_program.erb

Co-authored-by: Stephen MacVicar <Jammjammjamm@users.noreply.github.com>

Co-authored-by: Stephen MacVicar <Jammjammjamm@users.noreply.github.com>
  • Loading branch information
yunwwang and Jammjammjamm authored Jan 24, 2022
1 parent 57e8be6 commit 6b8d478
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions lib/app/views/index_onc_program.erb
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,27 @@ For alternate installation options, please visit <a href='https://github.com/onc
<div class="tab-pane" style="font-size: 20px;" id="pills-notes" role="tabpanel" aria-labelledby="pills-notes-tab">
<div style="padding: 15px 0; font-size: 30px;">Release Notes</div>

<div style="padding: 0 0 15px 0; font-size: 24px;">Inferno Program Edition v1.9.0</div>
<p>
The Inferno Program Edition v1.9.0 release fixes a number of issues that may incorrectly cause systems to fail tests.
It also includes a minor fixes not directly related to test execution.
This release may result in some systems that previously passed to now fail due to Inferno Validator dependency update.
</p>
<i>Notice: Users that run Inferno Program Edition locally SHALL update Inferno Validator Service to v2.1.0.
Please see <a href="https://github.com/onc-healthit/inferno-program#validator-service">the README</a> for instructions on how to
update your local copy of Inferno Validator Service.
</i>
<p>This version includes updates that:</p>
<ul>
<li>Updates Inferno Validator dependency to v2.1.0.</li>
<li>Fixes issue where token search fails due to server implementation performing case insensitive token search.</li>
</ul>
</p>
<p>
Please see the <a href='<%=base_path%>/static/downloads/onc_program_matrix_1_9_0.xlsx'>Test Procedure Matrix</a> to view a mapping
between Inferno Tests and the 2015 Cures Update Test Procedure.
</p>
<div style="padding: 0 0 15px 0; font-size: 24px;">Inferno Program Edition v1.8.2</div>
<p>
The Inferno Program Edition v1.8.2 release fixes three test issues that may incorrectly cause systems to fail tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Inferno
VERSION = '1.8.2'
VERSION = '1.9.0'
end
Binary file added public/downloads/onc_program_matrix_1_9_0.xlsx
Binary file not shown.

0 comments on commit 6b8d478

Please sign in to comment.