diff --git a/CHANGELOG.md b/CHANGELOG.md index 000a48c..2df06ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # CHANGELOG -## 0.5.0 (unreleased) +## 0.6.0 (unreleased) + +## 0.5.0 ### Improvement - Feat: `s2n-quic` with `s2n-quic-h3` is supported as QUIC and HTTP/3 library in addition to `quinn` with `h3-quinn`, related to #57. +- Feat: Publish dockerfile for `rpxy` with `s2n-quic` on both `amd64` and `arm64`. +- Feat: Start to publish docker images on `ghcr.io` +- Refactor: logs of minor improvements ## 0.4.0 diff --git a/TODO.md b/TODO.md index e93bfcb..eb95265 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ # TODO List -- [Try in v0.5.0] **Cache option for the response with `Cache-Control: public` header directive ([#55](https://github.com/junkurihara/rust-rpxy/issues/55))** +- [Try in v0.6.0] **Cache option for the response with `Cache-Control: public` header directive ([#55](https://github.com/junkurihara/rust-rpxy/issues/55))** - Improvement of path matcher - More flexible option for rewriting path - Refactoring