Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Dec 21, 2024
1 parent bc2d449 commit df1f41f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df1f41f

Please sign in to comment.