diff --git a/CHANGELOG.md b/CHANGELOG.md index 401c6746..788499fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## Next Release + +FEATURES: + +IMPROVEMENTS: + +BUG FIXES: + +## 1.1.0 (Sep 17, 2015) + +FEATURES: + - User management: create and delete users and groups, and modify group memberships + +IMPROVEMENTS: + - Cleaner error handling in all REST requests; JIRA's error messages should now be passed as PowerShell errors + +BUG FIXES: + - PSJira.User: ToString() now works as expected + ## 1.0.0 (Aug 5, 2015) - Initial release diff --git a/PSJira.psd1 b/PSJira.psd1 index 82f0bea5..768ad98b 100644 Binary files a/PSJira.psd1 and b/PSJira.psd1 differ diff --git a/appveyor.yml b/appveyor.yml index 20b85680..1651e91a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ # See http://www.appveyor.com/docs/appveyor-yml for many more options -version: 1.0.0.{build} +version: 1.1.0.{build} branches: only: - master