diff --git a/CHANGELOG.md b/CHANGELOG.md index 11465c9..2e79e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-02-06 + +### Added + +- Add Find-Package (#4) + ## [0.1.1] - 2024-01-28 ### Fixed @@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/anypackage/modulefast/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/anypackage/modulefast/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/anypackage/modulefast/releases/tag/v0.1.2 [0.1.1]: https://github.com/anypackage/modulefast/releases/tag/v0.1.1 [0.1.0]: https://github.com/anypackage/modulefast/releases/tag/v0.1.0 diff --git a/src/AnyPackage.ModuleFast.psd1 b/src/AnyPackage.ModuleFast.psd1 index 4026d1f..7a0c0a1 100644 --- a/src/AnyPackage.ModuleFast.psd1 +++ b/src/AnyPackage.ModuleFast.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'AnyPackage.ModuleFast.psm1' - ModuleVersion = '0.1.1' + ModuleVersion = '0.1.2' CompatiblePSEditions = @('Desktop', 'Core') GUID = '95ea8d7f-586e-42e1-83b2-2688f02d42e9' Author = 'Thomas Nieto'