diff --git a/CHANGELOG.md b/CHANGELOG.md index f557aa6..3274129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.9.7](https://github.com/2manymws/rc/compare/v0.9.6...v0.9.7) - 2024-02-26 +### Other Changes +- It is desirable that there should be no content body in the response, but the proxy server cannot handle it, so it is used as a debug log. by @k1LoW in https://github.com/2manymws/rc/pull/70 + ## [v0.9.6](https://github.com/2manymws/rc/compare/v0.9.5...v0.9.6) - 2024-02-22 ### Other Changes - syscall.ECONNRESET and syscall.EPIPE are not errors by @k1LoW in https://github.com/2manymws/rc/pull/68