diff --git a/CHANGELOG.md b/CHANGELOG.md index 824f705..2967045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,15 @@ You should also include the user name that made the change. --> -## 0.4.0 (Unreleased) +## 0.4.2 (Unreleased) + +## 0.4.1 + +- Feat: support handling not-forwarded domains and local domains by default. For example, `resolver.arpa` is not forwarded to the upstream resolver, and `localhost` is always resolved to `127.0.0.1` or `::1`. +- Refactor: Various minor improvements +- Deps. + +## 0.4.0 - Feat: Support anonymous token based on blind RSA signatures. - Feat: DNS query logging (`qrlog` feature) diff --git a/Cargo.toml b/Cargo.toml index c31e560..d9386fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["proxy-bin", "proxy-lib"] resolver = "2" [workspace.package] -version = "0.4.1" +version = "0.4.2" authors = ["Jun Kurihara"] homepage = "https://github.com/junkurihara/doh-auth-proxy" repository = "https://github.com/junkurihara/doh-auth-proxy"