From df1f41fb1941b8fbbe877cda295861be18862d15 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Sat, 21 Dec 2024 16:01:17 +0900 Subject: [PATCH] bump --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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"