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 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'