Skip to content

Commit

Permalink
Update for v0.2.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 14, 2023
1 parent 2be9b0f commit 47869bb
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2022-02-13

### Fixed

- Add Credential to missed cmdlets (#16)

## [0.2.0] - 2022-02-13

### Added
Expand All @@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.1
[0.2.0]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.0
[0.1.0]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackage.PowerShellGet.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.PowerShellGet.psm1'
ModuleVersion = '0.2.0'
ModuleVersion = '0.2.1'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'cc680200-a0c8-40df-a004-64c3899a72c9'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 47869bb

Please sign in to comment.