Skip to content

Commit

Permalink
Released 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 21, 2021
1 parent 7d9a1f2 commit ac0f31d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2021-11-21

### Fixed
- Updated warnings about minimum Shlink version to suggest 2.9.0

Expand Down Expand Up @@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/codaamok/PSShlink/compare/0.8.0..HEAD
[Unreleased]: https://github.com/codaamok/PSShlink/compare/0.8.1..HEAD
[0.8.1]: https://github.com/codaamok/PSShlink/compare/0.8.0..0.8.1
[0.8.0]: https://github.com/codaamok/PSShlink/compare/0.7.0..0.8.0
[0.7.0]: https://github.com/codaamok/PSShlink/compare/0.6.0..0.7.0
[0.6.0]: https://github.com/codaamok/PSShlink/compare/0.5.0..0.6.0
Expand Down
17 changes: 4 additions & 13 deletions PSShlink/PSShlink.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Adam Cook (@codaamok)
#
# Generated on: 11/20/2021
# Generated on: 11/21/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSShlink.psm1'

# Version number of this module.
ModuleVersion = '0.8.0'
ModuleVersion = '0.8.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -111,17 +111,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '# Added
- Improved build pipeline to use [codaamok.build](https://github.com/codaamok/codaamok.build)
- New -ForwardQuery boolean parameter in New-ShlinkUrl and Set-ShlinkUrl (new in Shlink 2.9.0).
# Changed
- Minimum Shlink version updated to 2.9.0
- Renamed parameter -DoNotValidateUrl of switch type to -ValidateUrl of boolean type for both New-ShlinkUrl and Set-ShlinkUrl.
- Parameter -FindIfExists is now of type boolean instead of switch in New-ShlinkUrl. is now a switch and not a boolean.
- Removed use of methods SecureStringToBSTR and PtrToStringAuto from Marshal .NET class for secure string handling in InvokeShlinkRestMethod, in favour of using GetNetworkCredential method from a PSCredential object.
- Save-ShlinkUrlQrCode no longer has hardcoded default parameter values (much like the API did) for size, margin, format, and error correction level.. Shlink 2.9.0 now lets you configure these defaults for QR codes, so by omitting values for these params, your server default values are used.
# Fixed
- Corrected object reference to API URL attempted in ErrorRecord'
ReleaseNotes = '# Fixed
- Updated warnings about minimum Shlink version to suggest 2.9.0'

# Prerelease string of this module
# Prerelease = ''
Expand Down

0 comments on commit ac0f31d

Please sign in to comment.