diff --git a/.changeset/thin-ducks-study.md b/.changeset/thin-ducks-study.md deleted file mode 100644 index ea6f7d53..00000000 --- a/.changeset/thin-ducks-study.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Updates the bundled Common Fate application release to be v2.1.1: - -- Adds an additional check to ensure that user emails are included in the SAML assertion when SAML SSO is used. This fixes an issue where users appear with an empty email address if SAML SSO is misconfigured. -- Add additional validation to the authorization service to prevent resources with empty Entity IDs (EIDs) being written to the database. -- Fixes an issue where resource names were not propagated into Slack Access Request messages. diff --git a/CHANGELOG.md b/CHANGELOG.md index 19935150..16594455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @common-fate/terraform-aws-common-fate-deployment +## 1.18.0 + +### Minor Changes + +- 382c1ce: Updates the bundled Common Fate application release to be v2.1.1: + + - Adds an additional check to ensure that user emails are included in the SAML assertion when SAML SSO is used. This fixes an issue where users appear with an empty email address if SAML SSO is misconfigured. + - Add additional validation to the authorization service to prevent resources with empty Entity IDs (EIDs) being written to the database. + - Fixes an issue where resource names were not propagated into Slack Access Request messages. + ## 1.17.1 ### Patch Changes diff --git a/package.json b/package.json index 82d582d2..ec7aedb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/terraform-aws-common-fate-deployment", - "version": "1.17.1", + "version": "1.18.0", "description": "", "main": "index.js", "keywords": [],