Skip to content

Commit

Permalink
Bumped version to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Mar 28, 2020
1 parent 1f243a2 commit 85acc26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.PowerShell",
"DavidAnson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker"
"DavidAnson.vscode-markdownlint"
]
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [2.14] - 2020-03-28

### Changed

- Changed all commands to only use Jira's api version 2. (#409, [@lipkau])
This is a temporary fix and should be reverted to version `latest` as soon as
a proper handling of how users work between cloud and on-premise is
implemented

## [2.13] - 2020-02-23

### Added
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.13'
ModuleVersion = '2.14'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 85acc26

Please sign in to comment.