From 73acf67f7867fa7a8c48ea884a49b827b0d23a4c Mon Sep 17 00:00:00 2001 From: Mathijs de Ruiter <33999622+EUCTechTopics@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:57:47 +0100 Subject: [PATCH 1/2] Updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4354e65..f9d2150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [0.4.0] - 2025-02-27 + +### Changed + +- Publicize Invoke-IDNWRestMethod Function ([#29](https://github.com/EUCTechTopics/PSIdentityNow/pull/29)) +- Updated Connect Banner Message ([#30](https://github.com/EUCTechTopics/PSIdentityNow/pull/30)) + +[0.4.0]: https://github.com/EUCTechTopics/PSIdentityNow/releases/tag/v0.4.0 + ## [0.3.0] - 2025-02-20 ### Added From 49bd0b72c584eafe9752e9af37420f2907f0c12d Mon Sep 17 00:00:00 2001 From: Mathijs de Ruiter <33999622+EUCTechTopics@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:58:19 +0100 Subject: [PATCH 2/2] Updated module manifest --- PSIdentityNow/PSIdentityNow.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSIdentityNow/PSIdentityNow.psd1 b/PSIdentityNow/PSIdentityNow.psd1 index 42ed5e9..6937976 100644 --- a/PSIdentityNow/PSIdentityNow.psd1 +++ b/PSIdentityNow/PSIdentityNow.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSIdentityNow.psm1' # Version number of this module. - ModuleVersion = '0.3.0' + ModuleVersion = '0.4.0' # Supported PSEditions CompatiblePSEditions = 'Core'