Skip to content

Commit

Permalink
Released 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 6, 2023
1 parent 6ca25ad commit e45b9e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.12.2] - 2023-03-06
### Fixed
- Show comment based help correctly for `Invoke-ShlinkRestMethod`, mostly for PlatyPS and in-repository help markdown files

Expand Down Expand Up @@ -159,7 +161,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.12.0..HEAD
[Unreleased]: https://github.com/codaamok/PSShlink/compare/0.12.2..HEAD
[0.12.2]: https://github.com/codaamok/PSShlink/compare/0.12.0..0.12.2
[0.12.0]: https://github.com/codaamok/PSShlink/compare/0.11.0..0.12.0
[0.11.0]: https://github.com/codaamok/PSShlink/compare/0.10.2..0.11.0
[0.10.2]: https://github.com/codaamok/PSShlink/compare/0.10.0..0.10.2
Expand Down
11 changes: 4 additions & 7 deletions src/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: 03/05/2023
# Generated on: 03/06/2023
#

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

# Version number of this module.
ModuleVersion = '0.12.0'
ModuleVersion = '0.12.2'

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

# ReleaseNotes of this module
ReleaseNotes = '# Added
- New function Invoke-ShlinkRestMethod. This function will provide people with flexibility to use Shlink''s REST API more directly if necessary; without the need to use this module''s functions. Useful in scenarios where Shlink is updated with a breaking change or new endpoint not yet supported in PSShlink
# Changed
- Changed the way the internal function InvokeShlinkRestMethod discovered the pagination property; this enabled a more user friendly implementation of the new public function Invoke-ShlinkRestMethod
- Deprecation warning added to Set-ShlinkUrl for -ValidateUrl, which is true since Shlink 3.5.0'
ReleaseNotes = '# Fixed
- Show comment based help correctly for Invoke-ShlinkRestMethod, mostly for PlatyPS and in-repository help markdown files'

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

0 comments on commit e45b9e2

Please sign in to comment.