diff --git a/CHANGELOG.md b/CHANGELOG.md index 8630736..e40780a 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.3.0] - 2025-03-25 + +### Added + +- Add Optimize-Package (#21) + ## [0.2.0] - 2024-08-15 ### Changed @@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/anypackage/scoop/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/anypackage/scoop/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/anypackage/scoop/releases/tag/v0.3.0 [0.2.0]: https://github.com/anypackage/scoop/releases/tag/v0.2.0 [0.1.4]: https://github.com/anypackage/scoop/releases/tag/v0.1.4 [0.1.3]: https://github.com/anypackage/scoop/releases/tag/v0.1.3 diff --git a/src/AnyPackage.Scoop.psd1 b/src/AnyPackage.Scoop.psd1 index 42c4809..bbd74df 100644 --- a/src/AnyPackage.Scoop.psd1 +++ b/src/AnyPackage.Scoop.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'AnyPackage.Scoop.psm1' - ModuleVersion = '0.2.0' + ModuleVersion = '0.3.0' CompatiblePSEditions = @('Desktop', 'Core') GUID = 'bc4720f6-72ad-45df-aa7d-316cb313ad5e' Author = 'Thomas Nieto'