skipci: Automatic version increment by Bamboo
Some checks failed
Lint Markdown / markdown-lint (push) Has been cancelled
Run tests and lint / Test & Lint (push) Has been cancelled
Run tests and lint / Test & Lint-1 (push) Has been cancelled
Security audit / security-audit (push) Has been cancelled

This commit is contained in:
Bamboo 2026-04-30 09:18:40 +00:00
parent 1553e91f34
commit 1f3ffda57e
3 changed files with 4 additions and 2 deletions

View file

@ -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
View file

@ -3580,7 +3580,7 @@ dependencies = [
[[package]]
name = "trusttunnel_endpoint"
version = "1.0.40"
version = "1.0.41"
dependencies = [
"clap",
"console-subscriber",

View file

@ -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"