diff --git a/.circleci/config.yml b/.circleci/config.yml index fc3d0cd..46ad60f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,10 +20,10 @@ filters_publish: &filters_publish matrix_goversions: &matrix_goversions matrix: parameters: - goversion: ["12", "13", "14", "15", "16", "17"] + goversion: ["14", "15", "16", "17"] # Default version of Go to use for Go steps -default_goversion: &default_goversion "16" +default_goversion: &default_goversion "17" executors: go: diff --git a/CHANGELOG.md b/CHANGELOG.md index d2406b6..50fa111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # libhoney Changelog +## 1.15.8 2022-01-05 + ### Fixed - Pass bytes.Reader to http.Request, clean up pooledReader (#159) | | [lizthegrey](https://github.com/lizthegrey)