From 72a50ff3c95bad610c0a2da7e90709739f1c97b4 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 1 Mar 2024 18:16:28 +0200 Subject: [PATCH 1/2] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 78df071bf..197c4d5c2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.72 \ No newline at end of file +2.4.0 From dd6d44351c7b21a1878bff5d7dbfd508a0f911a0 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 1 Mar 2024 18:17:37 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0579ea0b3..16ecb6447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added +### Contributors + +## [2.4.0] + +### Added + - Added `-IsDataAccessInCardDesignerEnabled` to `Set-PnPTenant` which allows for configuring Viva Connections Adaptive Cards to connect to backend services for their data [#3635](https://github.com/pnp/powershell/pull/3635) - Added `Remove-PnPContainer` cmdlet to remove the SharePoint embed container. [#3629](https://github.com/pnp/powershell/pull/3629) - Added `Convert-PnPFile` cmdlet which allows for a file to be converted to from one format to another. [#3435](https://github.com/pnp/powershell/pull/3435) & [#3643](https://github.com/pnp/powershell/pull/3643)