Skip to content

Commit

Permalink
Bomped version to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlassianPS Automated User committed Feb 23, 2020
1 parent 81d22af commit 9d2ad83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [2.13] - 2020-02-23

### Added

- Add support for activation/deactivation of accounts via `Set-JiraUser` (#385, [@johnheusinger])

### Changed

- Removed progress bar from `Invoke-WebRequest` for better performance (#380, [@sgtwilko])

## [2.12] - 2019-08-15

### Added
Expand Down Expand Up @@ -30,7 +40,7 @@
### Added

- Parameter for retrieving information about a specific user with `Get-JiraUser` (#328, [@michalporeba])
- this implementations will be changed with the next major update in favor of #306
- this implementations will be changed with the next major update in favor of #306

### Changed

Expand Down Expand Up @@ -346,6 +356,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
[@ebekker]: https://github.com/ebekker
[@hmmwhatsthisdo]: https://github.com/hmmwhatsthisdo
[@jkknorr]: https://github.com/jkknorr
[@johnheusinger]: https://github.com/johnheusinger
[@kb-cs]: https://github.com/kb-cs
[@kittholland]: https://github.com/kittholland
[@liamleane]: https://github.com/LiamLeane
Expand All @@ -355,6 +366,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
[@mirrorgleam]: https://github.com/mirrorgleam
[@nojp]: https://github.com/nojp
[@padgers]: https://github.com/padgers
[@sgtwilko]: https://github.com/sgtwilko
[@thepsadmin]: https://github.com/ThePSAdmin
[@tuxgoose]: https://github.com/tuxgoose
[@vercellone]: https://github.com/vercellone
Expand Down
2 changes: 1 addition & 1 deletion JiraPS/JiraPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'JiraPS.psm1'

# Version number of this module.
ModuleVersion = '2.12'
ModuleVersion = '2.13'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 9d2ad83

Please sign in to comment.