File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ NEXT VERSION] - YYYY-MM-DD
4
4
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
+
5
16
## [ 2.10] - 2019-02-21
6
17
7
18
### Added
@@ -327,6 +338,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
327
338
[ @lipkau ] : https://github.com/lipkau
328
339
[ @lukhase ] : https://github.com/lukhase
329
340
[ @michalporeba ] : https://github.com/michalporeba
341
+ [ @mirrorgleam ] : https://github.com/mirrorgleam
330
342
[ @nojp ] : https://github.com/nojp
331
343
[ @padgers ] : https://github.com/padgers
332
344
[ @ThePSAdmin ] : https://github.com/ThePSAdmin
Original file line number Diff line number Diff line change 4
4
RootModule = ' JiraPS.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 2.10 '
7
+ ModuleVersion = ' 2.11 '
8
8
9
9
# Supported PSEditions
10
10
# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments