Skip to content

Commit

Permalink
Add release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianclay committed Nov 10, 2023
1 parent 541d7a6 commit 470d380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

* Changed `ReferralRequest` mapping to use `ASAP` instead of the `Stat` value.

## [1.1.0] - 2023-11-09

### Fixed

* Updated the way immunization codes are loaded to build these from the relationships reference set in the SNOMED CT
release rather than a static set of values.

> [!NOTE]
> **Upgrade information** Subsequent to deploying the updated version of the facade and translator images, users will need to
> perform an [update of their patient switching SNOMED database](OPERATING.md#updating-the-snomed-database).
> **Upgrade information** This release includes a [database migration](OPERATING.md#updating-the-application-schema).
> This database mgiration will need to be performed first, followed by deploying the updated version of the facade and translator images.
> Finally users will need to perform an [update of their patient switching SNOMED database](OPERATING.md#updating-the-snomed-database).
## [1.0.0] - 2023-11-01 🎉

Expand Down
2 changes: 1 addition & 1 deletion release-scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export BUILD_TAG=1.0.0
export BUILD_TAG=1.1.0

git fetch
git checkout $BUILD_TAG
Expand Down

0 comments on commit 470d380

Please sign in to comment.