diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba15a8c..d48e7fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [NEXT VERSION] - YYYY-MM-DD +## [2.11] - 2019-07-02 + +### Added + +- Unit test for synopsis in cmdlet documentation (#344, [@alexsuslin]) + +### Changed + +- `Invoke-JiraIssueTransition` to find username with exact match (#351, [@mirrorgleam]) +- Fixed `-Add ` parameter for `Set-JiraIssueLabel` on issues without labels (#358, [@lipkau]) + ## [2.10] - 2019-02-21 ### Added @@ -327,6 +338,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/ [@lipkau]: https://github.com/lipkau [@lukhase]: https://github.com/lukhase [@michalporeba]: https://github.com/michalporeba + [@mirrorgleam]: https://github.com/mirrorgleam [@nojp]: https://github.com/nojp [@padgers]: https://github.com/padgers [@ThePSAdmin]: https://github.com/ThePSAdmin diff --git a/JiraPS/JiraPS.psd1 b/JiraPS/JiraPS.psd1 index 5b9dc3a4..46e7cf25 100644 --- a/JiraPS/JiraPS.psd1 +++ b/JiraPS/JiraPS.psd1 @@ -4,7 +4,7 @@ RootModule = 'JiraPS.psm1' # Version number of this module. - ModuleVersion = '2.10' + ModuleVersion = '2.11' # Supported PSEditions # CompatiblePSEditions = @()