From 45df2e889a52bb736e784d84be1e077e0f1be277 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 18 Aug 2024 20:34:31 +0000 Subject: [PATCH] chore(release): 4.35.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8098d558..0f1db14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.35.1](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/4.35.0...4.35.1) (2024-08-18) + + +### Bug Fixes + +* option to use #N/A to clear the target field and null to retain it in Bulk API 2.0. ([a7e506b](https://github.com/forcedotcom/SFDX-Data-Move-Utility/commit/a7e506b2e2d75f80c8b42447206ff396bc15637f)) + + + # [4.35.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/4.34.2...4.35.0) (2024-08-13) diff --git a/package.json b/package.json index 4e6161f5..a5606705 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sfdmu", "description": "The SFDX Data Move Utility (SFDMU) is the most modern and powerful salesforce data migration tool. It will help you to populate your org with data in minutes.", - "version": "4.35.0", + "version": "4.35.1", "author": "Salesforce", "license": "BSD-3-Clause", "developedBy": "Haim Knokh",