diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1c46740..88efdbe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [2.6.20](https://github.com/salesforcecli/plugin-trust/compare/2.6.19...2.6.20) (2023-10-14)
+
+### Bug Fixes
+
+- **deps:** bump @salesforce/core from 5.3.1 to 5.3.9 ([71ed2f4](https://github.com/salesforcecli/plugin-trust/commit/71ed2f4f136b95b27c3dca357856a0e13955d602))
+
 ## [2.6.19](https://github.com/salesforcecli/plugin-trust/compare/2.6.18...2.6.19) (2023-10-11)
 
 ### Bug Fixes
diff --git a/README.md b/README.md
index 9399c3a6..e4d406a8 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/2.6.19/src/commands/plugins/trust/verify.ts)_
+_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.20/src/commands/plugins/trust/verify.ts)_
 
 <!-- commandsstop -->
diff --git a/package.json b/package.json
index e4079f02..614ffcb5 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": "2.6.19",
+  "version": "2.6.20",
   "author": "Salesforce",
   "main": "lib/index.js",
   "bin": {