From 86b17878fdcbfd624fbaabde5beab8242ceefd33 Mon Sep 17 00:00:00 2001 From: HeyItsGilbert Date: Wed, 29 Jul 2026 04:47:32 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 13 +++++++++++++ Gatekeeper/Gatekeeper.psd1 | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4be8c..fe7608f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.0.1] - 2026-07-29 + ### Fixed - Argument transforms (`FeatureFlag`, `PropertySet`, `Condition`) now accept @@ -234,3 +236,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). matches the provided context and properties. - `Test-FeatureFlag`: Checks if a context passes the rules for a specified feature flag. + +[Unreleased]: https://github.com/HeyItsGilbert/Gatekeeper/compare/1.0.1...HEAD +[1.0.1]: https://github.com/HeyItsGilbert/Gatekeeper/compare/1.0.0...1.0.1 +[1.0.0]: https://github.com/HeyItsGilbert/Gatekeeper/compare/0.4.0...1.0.0 +[0.4.0]: https://github.com/HeyItsGilbert/Gatekeeper/compare/0.3.2...0.4.0 +[0.3.2]: https://github.com/HeyItsGilbert/Gatekeeper/compare/1def993...0.3.2 +[0.3.1]: https://github.com/HeyItsGilbert/Gatekeeper/compare/ddef266...1def993 +[0.3.0]: https://github.com/HeyItsGilbert/Gatekeeper/compare/077cb1c...ddef266 +[0.2.0]: https://github.com/HeyItsGilbert/Gatekeeper/compare/80a2507...077cb1c +[0.1.1]: https://github.com/HeyItsGilbert/Gatekeeper/compare/bfcfee3...80a2507 +[0.1.0]: https://github.com/HeyItsGilbert/Gatekeeper/tree/bfcfee3 diff --git a/Gatekeeper/Gatekeeper.psd1 b/Gatekeeper/Gatekeeper.psd1 index 216b8e4..ec3a0f3 100644 --- a/Gatekeeper/Gatekeeper.psd1 +++ b/Gatekeeper/Gatekeeper.psd1 @@ -12,7 +12,7 @@ RootModule = 'Gatekeeper.psm1' # Version number of this module. - ModuleVersion = '1.0.0' + ModuleVersion = '1.0.1' # Supported PSEditions # CompatiblePSEditions = @()