Skip to content

Commit

Permalink
Release 0.4.5 (#104)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
Jammjammjamm authored Feb 3, 2023
1 parent b8df232 commit a549a11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.4.5

* Update the validator message filter for SMART extensions to support a new
validator version.
* Update the profile support test to no longer issue warnings based on which
profiles are supported, and to allow a list of resources which must be
supported.

# 0.4.4

* Update the title and description of Must Support tests.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
us_core_test_kit (0.4.4)
us_core_test_kit (0.4.5)
inferno_core (>= 0.4.2)
tls_test_kit (~> 0.2.0)

Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
io-console (0.5.11)
irb (1.4.2)
reline (>= 0.3.0)
jwt (2.6.0)
jwt (2.7.0)
kramdown (2.4.0)
rexml
method_source (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/us_core_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module USCoreTestKit
VERSION = '0.4.4'
VERSION = '0.4.5'
end

0 comments on commit a549a11

Please sign in to comment.