Skip to content

Commit

Permalink
Incremented version to 1.1.1
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
replicaJunction committed Oct 8, 2015
1 parent e9bc536 commit ec05d81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Next Release

FEATURES:
## 1.1.1 (Oct 08, 2015)

IMPROVEMENTS:

BUG FIXES:
- Set-JiraIssue now supports modifying arbitrary fields through the Fields parameter

## 1.1.0 (Sep 17, 2015)

Expand All @@ -25,3 +22,13 @@ This changelog is inspired by the
[Pester](https://github.com/pester/Pester/blob/master/CHANGELOG.md) file, which
is in turn inspired by the
[Vagrant](https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md) file.

## Template

## Next Release

FEATURES:

IMPROVEMENTS:

BUG FIXES:
4 changes: 2 additions & 2 deletions 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.1.0'
ModuleVersion = '1.1.1'

# ID used to uniquely identify this module
GUID = '4bf3eb15-037e-43b7-9e47-20a30436324f'
Expand All @@ -27,7 +27,7 @@ CompanyName = 'Unknown'
Copyright = '(c) 2015 Joshua T. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Windows PowerShell module to interact with Atlassian JIRA'
Description = 'Windows PowerShell module to interact with Atlassian JIRA'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'
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.1.0.{build}
version: 1.1.1.{build}
branches:
only:
- master
Expand Down

0 comments on commit ec05d81

Please sign in to comment.