Skip to content

Commit 578c44c

Browse files
author
ldelossa
committed
chore: v1.0.25 release
Signed-off-by: ldelossa <ldelossa@redhat.com>
1 parent aa8dae7 commit 578c44c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.25 - 2020-09-11
4+
5+
* Ensure body is NPE safe [Louis DeLosSantos] [[42e5d23](https://github.com/Netflix-Skunkworks/go-jira/commit/42e5d23)]
6+
* Support empty responses in request commands [Louis DeLosSantos] [[b572037](https://github.com/Netflix-Skunkworks/go-jira/commit/b572037)]
7+
38
## 1.0.24 - 2020-09-04
49

510
* Make -h flag show --help [Benjamin Kane] [[4bf1d03](https://github.com/Netflix-Skunkworks/go-jira/commit/4bf1d03)]

jira.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/coryb/oreo"
55
)
66

7-
const VERSION = "1.0.23"
7+
const VERSION = "1.0.26"
88

99
type Jira struct {
1010
Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`

0 commit comments

Comments
 (0)