Skip to content

Commit

Permalink
Update go.mod and CHANGES.md for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Oct 2, 2021
1 parent 93aa4f9 commit c02e9fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,11 @@ Notable changes between releases.

## Latest

## v1.4.0

* `Do` reads Body to reuse HTTP/1.x "keep-alive" TCP connections ([#59](https://github.com/dghubble/sling/pull/59))
* `Receive` skips decoding if status is 204 (no content) ([#63](https://github.com/dghubble/sling/pull/63))

## v1.3.0

* Add Sling `ResponseDecoder` setter for receiving responses with a custom `ResponseDecoder` ([#49](https://github.com/dghubble/sling/pull/49))
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
@@ -1,6 +1,6 @@
module github.com/dghubble/sling/examples

go 1.12
go 1.16

require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,5 +1,5 @@
module github.com/dghubble/sling

go 1.12
go 1.16

require github.com/google/go-querystring v1.1.0

0 comments on commit c02e9fe

Please sign in to comment.