From 8d5f207a38a7be66e7cb5dfa5f41cb9e24edd507 Mon Sep 17 00:00:00 2001 From: Bamboo Date: Wed, 18 Feb 2026 14:15:27 +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 fe9441b..2290ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 0.9.137 + - [Feature] Added `client_random_prefix` field to client configuration export - New CLI option `--client-random-prefix` - Validates hex format and checks against `rules.toml` diff --git a/Cargo.lock b/Cargo.lock index 96164d9..2428d5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "trusttunnel_endpoint" -version = "0.9.136" +version = "0.9.137" dependencies = [ "clap", "console-subscriber", diff --git a/endpoint/Cargo.toml b/endpoint/Cargo.toml index 07203e1..5ad59a3 100644 --- a/endpoint/Cargo.toml +++ b/endpoint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trusttunnel_endpoint" -version = "0.9.136" +version = "0.9.137" authors = ["Sergei Gunchenko "] edition = "2021"