Skip to content

Commit

Permalink
Released 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 23, 2022
1 parent 772cbe7 commit 3ecc156
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.10.2] - 2022-04-23
### Fixed
- Updated comment based help for `Get-ShlinkVisits` for new domain parameter set

Expand Down Expand Up @@ -135,7 +137,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.10.0..HEAD
[Unreleased]: https://github.com/codaamok/PSShlink/compare/0.10.2..HEAD
[0.10.2]: https://github.com/codaamok/PSShlink/compare/0.10.0..0.10.2
[0.10.0]: https://github.com/codaamok/PSShlink/compare/0.9.4..0.10.0
[0.9.4]: https://github.com/codaamok/PSShlink/compare/0.9.1..0.9.4
[0.9.1]: https://github.com/codaamok/PSShlink/compare/0.9.0..0.9.1
Expand Down
8 changes: 3 additions & 5 deletions src/PSShlink.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSShlink.psm1'

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.2'

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

# ReleaseNotes of this module
ReleaseNotes = '# Added
- Get-ShlinkVisits has a new parameter set to enable you to retrieve all visits for just domains. This supports the new GET /domains/{domain}/visits endpoint in 3.1.0.
# Changed
- Minimum Shlink version updated 3.1.0'
ReleaseNotes = '# Fixed
- Updated comment based help for Get-ShlinkVisits for new domain parameter set'

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

0 comments on commit 3ecc156

Please sign in to comment.