diff --git a/CHANGELOG.md b/CHANGELOG.md index 13de3e6..31f0b34 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.3] - 2024-4-19 + +### Fixed + +- Fix aliased Scoop (#10) + ## [0.1.2] - 2023-2-5 ### Fixed @@ -23,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.3 [0.1.2]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2 [0.1.1]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.1 [0.1.0]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.0 diff --git a/src/Scoop.psd1 b/src/Scoop.psd1 index 7e44418..70b7244 100644 --- a/src/Scoop.psd1 +++ b/src/Scoop.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Scoop.psm1' - ModuleVersion = '0.1.2' + ModuleVersion = '0.1.3' CompatiblePSEditions = @('Desktop', 'Core') GUID = '7603664e-144c-4083-a51d-399df057a37d' Author = 'Thomas Nieto'