Skip to content

Commit

Permalink
Merged branch feature-userManagement and incremented version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
replicaJunction committed Sep 18, 2015
1 parent 1d30d50 commit 6c1ca47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified PSJira.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c1ca47

Please sign in to comment.