Skip to content

Commit

Permalink
Release 0.8.2 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: Yunwei Wang <>
  • Loading branch information
yunwwang authored Oct 3, 2024
1 parent 4519c9e commit 767a45a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.8.2
* FI-3060 Add MustSuport choice for Observation.effective[x] by @yunwwang in
https://github.com/inferno-framework/us-core-test-kit/pull/199
* FI-3059 MustSupport Choice between Practitioner.address and PractitionerRole
by @yunwwang in https://github.com/inferno-framework/us-core-test-kit/pull/198

# 0.8.1
* FI-3508 Retrieve primitive value from navigation result by @yunwwang in
https://github.com/inferno-framework/us-core-test-kit/pull/194
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:
us_core_test_kit (0.8.1)
us_core_test_kit (0.8.2)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.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.8.1'
VERSION = '0.8.2'
end

0 comments on commit 767a45a

Please sign in to comment.