Skip to content

Commit fab6ef3

Browse files
author
Chris Moultrie
committed
Preparing for 0.7.2 release
1 parent 756067f commit fab6ef3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ JiraApi options:
9292
## Changelog ##
9393

9494

95+
96+
* _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
97+
[eduardolundgren](https://github.com/eduardolundgren))_
9598
* _0.7.1 Check if body variable is undef (thanks to
9699
[AlexCline](https://github.com/AlexCline))_
97100
* _0.7.0 Adds list priorities, list fields, and project components (thanks to

lib/jira.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
// ## Changelog ##
9393
//
9494
//
95+
// * _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to
96+
// [eduardolundgren](https://github.com/eduardolundgren))_
9597
// * _0.7.1 Check if body variable is undef (thanks to
9698
// [AlexCline](https://github.com/AlexCline))_
9799
// * _0.7.0 Adds list priorities, list fields, and project components (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.1",
3+
"version": "0.7.2",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)