From ba20dd55c85a0222a776bcddf2e563d34d1a4dbe Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 6 Apr 2021 19:43:41 +0700 Subject: Release share v0.25.1 (2021-04-06) Set the minimum Go version to 1.16 Commit 4cdd6b01c1 "http: add method to generate standard HTTP request on Client" use the io.NopCloser thats only available in Go 1.16. Either we move backward by replacing it with ioutil.NopCloser or we move forward by setting the minimum Go version to 1.16. We choose to move forward. --- CHANGELOG.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 83e83a74..bccc5d05 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -3,6 +3,18 @@ This library is released every month, usually at the first week of month. +== share v0.25.1 (2021-04-06) + +Set the minimum Go version to 1.16 + +Commit 4cdd6b01c1 "http: add method to generate standard HTTP request +on Client" use the io.NopCloser thats only available in Go 1.16. Either +we move backward by replacing it with ioutil.NopCloser or we move forward +by setting the minimum Go version to 1.16. + +We choose to move forward. + + == share v0.25.0 (2021-04-06) === Breaking changes -- cgit v1.3