Skip to content

Commit 7a7d519

Browse files
committed
bumped version to v2.11
1 parent f49e5e4 commit 7a7d519

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [NEXT VERSION] - YYYY-MM-DD
44

5+
## [2.11] - 2019-07-02
6+
7+
### Added
8+
9+
- Unit test for synopsis in cmdlet documentation (#344, [@alexsuslin])
10+
11+
### Changed
12+
13+
- `Invoke-JiraIssueTransition` to find username with exact match (#351, [@mirrorgleam])
14+
- Fixed `-Add <String>` parameter for `Set-JiraIssueLabel` on issues without labels (#358, [@lipkau])
15+
516
## [2.10] - 2019-02-21
617

718
### Added
@@ -327,6 +338,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
327338
[@lipkau]: https://github.com/lipkau
328339
[@lukhase]: https://github.com/lukhase
329340
[@michalporeba]: https://github.com/michalporeba
341+
[@mirrorgleam]: https://github.com/mirrorgleam
330342
[@nojp]: https://github.com/nojp
331343
[@padgers]: https://github.com/padgers
332344
[@ThePSAdmin]: https://github.com/ThePSAdmin

JiraPS/JiraPS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'JiraPS.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.10'
7+
ModuleVersion = '2.11'
88

99
# Supported PSEditions
1010
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)