Skip to content

Commit b9d74b9

Browse files
author
Chris Moultrie
committed
Preparing for 0.8.0 release
1 parent 3a3ad56 commit b9d74b9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ JiraApi options:
8383
* Add a comment
8484
* Transitions
8585
* List
86+
* Users
87+
* Search
8688

8789
## TODO ##
8890

@@ -93,6 +95,8 @@ JiraApi options:
9395

9496

9597

98+
* _0.8.0 Ability to search users (thanks to
99+
[eduardolundgren](https://github.com/eduardolundgren))_
96100
* _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
97101
[eduardolundgren](https://github.com/eduardolundgren))_
98102
* _0.7.1 Check if body variable is undef (thanks to

lib/jira.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
// * Add a comment
8484
// * Transitions
8585
// * List
86+
// * Users
87+
// * Search
8688
//
8789
// ## TODO ##
8890
//
@@ -92,6 +94,8 @@
9294
// ## Changelog ##
9395
//
9496
//
97+
// * _0.8.0 Ability to search users (thanks to
98+
// [eduardolundgren](https://github.com/eduardolundgren))_
9599
// * _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
96100
// [eduardolundgren](https://github.com/eduardolundgren))_
97101
// * _0.7.1 Check if body variable is undef (thanks to

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)