From 6e619c26df07647f76b40343315d79c3dec3e98a Mon Sep 17 00:00:00 2001 From: Erwin van Hunen Date: Mon, 9 Sep 2024 13:29:58 +0200 Subject: [PATCH] Release 2.12 --- CHANGELOG.md | 15 ++++++++++++++- version.txt | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877aa9e91..ad796e28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [Current nightly] -## [Current Nightly] +### Added + +### Changed + +### Fixed + +### Removed + +### Contributors + + +## [2.12.0] ### Added @@ -20,6 +32,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed +- *Release due to deprecation/shutdown of support for the PnP Management Shell* Refer to https://pnp.github.io/powershell/articles/registerapplication.html on how to registration your own application - Added output for clientid/Entra App Id when using `-Verbose` with `Connect-PnPOnline` - Added `-OutputTask` switch to `Add-PnPPlannerTask` cmdlet which will return the just created task so inspect its ID, ETag, etc. values. - Improved `Invoke-PnPGraphMethod` cmdlet now to also support a hashtable value for the AdditionalHeaders parameter besides the current Dictionary. See documentation. diff --git a/version.txt b/version.txt index ac569006a..3ca2c9b2c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.11.3 \ No newline at end of file +2.12.0 \ No newline at end of file