Skip to content

Commit

Permalink
Incremented version to 1.2.1
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
replicaJunction committed Oct 26, 2015
1 parent 1cccc48 commit 63c6c77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1 (Oct 26, 2015)
IMPROVEMENTS:
- Get-JiraIssueCreateMetadata: changed output type from a generic PSCustomObject to new type PSJira.CreateMetaField
- Get-JiraIssueCreateMetadata: now returns additional properties for field metadata, such as AllowedValues

## 1.2.0 (Oct 16, 2015)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion PSJira/PSJira.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSJira.psm1'

# Version number of this module.
ModuleVersion = '1.2.0'
ModuleVersion = '1.2.1'

# ID used to uniquely identify this module
GUID = '4bf3eb15-037e-43b7-9e47-20a30436324f'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
PSGalleryAPIKey:
secure: 5WCRuuF+sk5Mjnt5cL6uJw4cMU2QzDNE8uBXOw2hXSujE93zxRcROS3ZM1w85ui3

version: 1.2.0.{build}
version: 1.2.1.{build}
branches:
only:
- master
Expand Down

0 comments on commit 63c6c77

Please sign in to comment.