From ec05d81c26761a86d639abc22868bd6e97a1fe0b Mon Sep 17 00:00:00 2001 From: Joshua T Date: Thu, 8 Oct 2015 18:00:45 -0500 Subject: [PATCH] Incremented version to 1.1.1 [release] --- CHANGELOG.md | 17 ++++++++++++----- PSJira/PSJira.psd1 | 4 ++-- appveyor.yml | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788499fa..76e99c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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: \ No newline at end of file diff --git a/PSJira/PSJira.psd1 b/PSJira/PSJira.psd1 index 415053a0..4199f9f0 100644 --- a/PSJira/PSJira.psd1 +++ b/PSJira/PSJira.psd1 @@ -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' @@ -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' diff --git a/appveyor.yml b/appveyor.yml index 44234a1b..0a1dce28 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: PSGalleryAPIKey: secure: 5WCRuuF+sk5Mjnt5cL6uJw4cMU2QzDNE8uBXOw2hXSujE93zxRcROS3ZM1w85ui3 -version: 1.1.0.{build} +version: 1.1.1.{build} branches: only: - master