We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8dae7 commit 578c44cCopy full SHA for 578c44c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 1.0.24 - 2020-09-04
9
10
* Make -h flag show --help [Benjamin Kane] [[4bf1d03](https://github.com/Netflix-Skunkworks/go-jira/commit/4bf1d03)]
jira.go
@@ -4,7 +4,7 @@ import (
"github.com/coryb/oreo"
)
-const VERSION = "1.0.23"
+const VERSION = "1.0.26"
type Jira struct {
Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`
0 commit comments