mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-09 17:18:36 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
parent
1553e91f34
commit
1f3ffda57e
3 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.41
|
||||
|
||||
- [Feature] Add `non_connect_auth_failure_status_code` config key to control the HTTP status code returned on authentication failure for non-CONNECT requests. Extend allowed values for `auth_failure_status_code` and `non_connect_auth_failure_status_code` to 407, 405, 404, and 403.
|
||||
|
||||
## 1.0.28
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3580,7 +3580,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.40"
|
||||
version = "1.0.41"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.40"
|
||||
version = "1.0.41"
|
||||
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue