From 11e2c951463fe6a7db66e9fbb33d243ee50c0521 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 6 Oct 2023 17:37:15 +0000 Subject: [PATCH] chore(release): 5.3.5 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7627c175..fdf7f1fab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.3.5](https://github.com/forcedotcom/sfdx-core/compare/5.3.4...5.3.5) (2023-10-06) + +### Bug Fixes + +- allow padding on id and secret ([b93ac50](https://github.com/forcedotcom/sfdx-core/commit/b93ac504d09145dad3d5b5beea4ce1d5a56985cd)) + ## [5.3.4](https://github.com/forcedotcom/sfdx-core/compare/5.3.3...5.3.4) (2023-10-04) ### Bug Fixes diff --git a/package.json b/package.json index 39b8a6f07d..a91d7496fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "5.3.4", + "version": "5.3.5", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "types": "lib/exported.d.ts",