Skip to content

Commit db256de

Browse files
committed
Bumped version to v2.9
1 parent ce0a39d commit db256de

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [2.9] - 2018-12-12
4+
5+
### Added
6+
7+
- Parameter for selecting what fields to return the the issue's payload (#300, [@tuxgoose])
8+
- Added pipeline support to `New-JiraIssue` (#312, [@ctolan])
9+
- Added parameter to avoid notifying user when running `Set-JiraIssue` (#315, [@alexsuslin])
10+
- Improved documentation to demonstrate how to authenticate with 2FA (#313, [@lipkau])
11+
- Added function to download attachments from issue: `Get-JiraIssueAttachmentFile` (#323, [@lipkau])
12+
13+
### Changed
14+
15+
- Fixed the way a user is resolved in `Remove-JiraGroupMember` (#301, [@lipkau])
16+
- Improved the resolving of server responses with an error (#303, [@lipkau])
17+
- Fixed payload of `New-JiraFilter` (#304, [@lipkau])
18+
- Fixed paging when server responds with only 1 result (#307, [@lipkau])
19+
- Fixed `Set-JiraIssue` to allow to unassigned an issue (#309, [@lipkau])
20+
- Changed CI/CD pipeline from AppVeyor to Azure DevOps (#317, [@lipkau])
21+
- Fixed missing properties on `Get-JiraUser` (#321, [@lipkau])
22+
- Fixed `-DateStarted` on `Add-JiraIssueWorklog` (#324, [@lipkau])
23+
24+
325
## [2.8] - 2018-06-28
426

527
More detailed description about the changes can be found on [Our Website](https://atlassianps.org/article/announcement/JiraPS-v2.8.html).
@@ -279,6 +301,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
279301
[@beaudryj]: https://github.com/beaudryj
280302
[@brianbunke]: https://github.com/brianbunke
281303
[@Clijsters]: https://github.com/Clijsters
304+
[@ctolan]: https://github.com/ctolan
282305
[@colhal]: https://github.com/colhal
283306
[@Dejulia489]: https://github.com/Dejulia489
284307
[@ebekker]: https://github.com/ebekker
@@ -290,4 +313,5 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
290313
[@lukhase]: https://github.com/lukhase
291314
[@padgers]: https://github.com/padgers
292315
[@ThePSAdmin]: https://github.com/ThePSAdmin
316+
[@tuxgoose]: https://github.com/tuxgoose
293317
[@WindowsAdmin92]: https://github.com/WindowsAdmin92

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.8'
7+
ModuleVersion = '2.9'
88

99
# Supported PSEditions
1010
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)