Skip to content

Commit

Permalink
Update for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Oct 8, 2024
1 parent f21e554 commit 86dc653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.3.1] - 2024-10-07

### Fixed

- Fix kb name check (#34)

## [0.3.0] - 2023-07-18

### Added
Expand Down Expand Up @@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning][semver].

- Initial release

[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/anypackage/msu/releases/tag/v0.3.1
[0.3.0]: https://github.com/anypackage/msu/releases/tag/v0.3.0
[0.2.3]: https://github.com/anypackage/msu/releases/tag/v0.2.3
[0.2.2]: https://github.com/anypackage/msu/releases/tag/v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/AnyPackage.Msu.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'MsuProvider.dll'
ModuleVersion = '0.3.0'
ModuleVersion = '0.3.1'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 86dc653

Please sign in to comment.