Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore(release): v3.1.1-smart (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Sep 12, 2022
1 parent 1d92102 commit 8dac76f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.1](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.1.0-smart...v3.1.0) (2022-09-12)


### Bug Fixes

* update authz-smart package ([#694](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/694)) ([1d92102](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/1d9210232292de04a0edf9ef1847bde00262bba1))

## [3.1.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.0.0-smart...v3.0.0) (2022-09-09)


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": "fhir-works-on-aws-deployment",
"version": "3.1.0-smart",
"version": "3.1.1-smart",
"description": "FHIR Works on AWS deployment with SMART",
"stackname": "fhir-works-on-aws-deployment",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ provider:
PATIENT_PICKER_ENDPOINT: ${self:custom.patientPickerEndpoint}
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.1.0-smart'
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.1.1-smart'
VALIDATOR_LAMBDA_ALIAS: !If
- isUsingHapiValidator
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'
Expand Down

0 comments on commit 8dac76f

Please sign in to comment.