From 0b55f30d77e392d7d39607c549b6f69152675b13 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 13 Aug 2024 18:21:35 +0000 Subject: [PATCH] chore(release): 4.35.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34821351..8098d558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.35.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/4.34.2...4.35.0) (2024-08-13) + + +### Features + +* Added support to use order by in SOQL queries for the core:ExportFiles Add On [#779](https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues/779) ([2d7f74f](https://github.com/forcedotcom/SFDX-Data-Move-Utility/commit/2d7f74fd1ce6138ff1e829613d8af24c21b270c7)) + + + ## [4.34.2](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/4.34.1...4.34.2) (2024-08-13) diff --git a/package.json b/package.json index a120229d..4e6161f5 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.34.2", + "version": "4.35.0", "author": "Salesforce", "license": "BSD-3-Clause", "developedBy": "Haim Knokh",