Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0]

### Added

- **[VCI Directory](https://github.com/the-commons-project/vci-directory) support**: `SHC` validation using `SHCReader` now supports the usage of public directories for public key resolution and for revocation status check
- **Revocation identifier support**: `SHCIssuer` can now issue `SHC` with a `rid` (revocation identifier) value, which can be used to determine if that SMART Health Card has been revoked

## [1.0.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion demo/medplum-shl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shl-demo",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/shc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kill-the-clipboard-demo",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"description": "Demo application demonstrating SMART Health Cards QR code generation and scanning - FOR TESTING ONLY",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion demo/shl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shl-demo",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kill-the-clipboard",
"version": "1.0.2",
"version": "1.1.0",
"description": "JavaScript/TypeScript universal (browser and node) library to generate QR codes containing medical records for patients to share with providers. Implements both the SMART Health Cards Framework and SMART Health Links Protocol for handling FHIR-based medical records.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down