From 1f3ffda57e2f943ccc100f6965c8ab2c4c51f659 Mon Sep 17 00:00:00 2001 From: Bamboo Date: Thu, 30 Apr 2026 09:18:40 +0000 Subject: [PATCH] skipci: Automatic version increment by Bamboo --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- endpoint/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7b5f0..b1b2f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index b055136..eca55b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3580,7 +3580,7 @@ dependencies = [ [[package]] name = "trusttunnel_endpoint" -version = "1.0.40" +version = "1.0.41" dependencies = [ "clap", "console-subscriber", diff --git a/endpoint/Cargo.toml b/endpoint/Cargo.toml index 9f8db2a..8a504b9 100644 --- a/endpoint/Cargo.toml +++ b/endpoint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trusttunnel_endpoint" -version = "1.0.40" +version = "1.0.41" authors = ["Sergei Gunchenko "] edition = "2021"