diff --git a/CHANGELOG.md b/CHANGELOG.md index 250cb7e3..b7acdfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.2.0](https://github.com/salesforcecli/plugin-trust/compare/3.1.2...3.2.0) (2023-12-07) + +### Features + +- check allowList before making callouts ([#668](https://github.com/salesforcecli/plugin-trust/issues/668)) ([a69df98](https://github.com/salesforcecli/plugin-trust/commit/a69df9842d0ed7e67e631549dc06b6c52d8f90e6)) + ## [3.1.2](https://github.com/salesforcecli/plugin-trust/compare/3.1.1...3.1.2) (2023-12-05) ### Bug Fixes diff --git a/README.md b/README.md index 57204059..c48fbd03 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,6 @@ EXAMPLES $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName ``` -_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.2.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index a09759bc..b6f726b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-trust", "description": "validate a digital signature for a npm package", - "version": "3.1.2", + "version": "3.2.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"