diff --git a/.changeset/brave-seals-camp.md b/.changeset/brave-seals-camp.md deleted file mode 100644 index a70e9698..00000000 --- a/.changeset/brave-seals-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/sdk": minor ---- - -Add attachments to Justification to allow admins to query access requests matching certain JIRA tickets. diff --git a/.changeset/forty-cats-turn.md b/.changeset/forty-cats-turn.md deleted file mode 100644 index 0b631d73..00000000 --- a/.changeset/forty-cats-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/sdk": minor ---- - -Add attachment service which provides contextual information which can be added to access requests diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b88460..3e755e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @common-fate/sdk +## 1.65.0 + +### Minor Changes + +- e4fa9a6: Add attachments to Justification to allow admins to query access requests matching certain JIRA tickets. +- d70e318: Add attachment service which provides contextual information which can be added to access requests + ## 1.64.1 ### Patch Changes diff --git a/package.json b/package.json index 3a5d5708..955c659c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/sdk", - "version": "1.64.1", + "version": "1.65.0", "description": "", "main": "index.js", "keywords": [],