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

Commit

Permalink
chore(release): 4.3.0 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju committed Apr 7, 2022
1 parent be2b645 commit 5d1f1a4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [4.3.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v4.2.0...v4.3.0) (2022-04-06)


### Features

* add Batch bundle support ([#602](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/602)) ([be2b645](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/be2b64598b2522adc8db48a5e6e64366045dad8e))
* strictly validate inclusion search parameters ([#597](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/597)) ([1045876](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/1045876f9aa8a76c02cf0753faeb358f659f871f))


### Bug Fixes

* dependabot alert fix for simple-git ([#599](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/599)) ([467ac05](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/467ac05c0cb088c68f90071ca01520a33b70d851))
* update minimist version ([#600](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/600)) ([46a2ac0](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/46a2ac0aeb9adae5157e2ba4770d55aebd177d4c))

## [4.2.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v4.1.0...v4.2.0) (2022-03-08)


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": "4.2.0",
"version": "4.3.0",
"description": "FHIR Works on AWS deployment",
"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 @@ -59,7 +59,7 @@ provider:
!Join ['', ['https://', !Ref UserPoolDomain, !Sub '.auth.${AWS::Region}.amazoncognito.com/oauth2']]
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v4.2.0'
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v4.3.0'
VALIDATOR_LAMBDA_ALIAS: !If
- isUsingHapiValidator
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'
Expand Down

0 comments on commit 5d1f1a4

Please sign in to comment.