mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-04-14 23:25:25 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
@@ -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`
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3472,7 +3472,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "0.9.136"
|
||||
version = "0.9.137"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "0.9.136"
|
||||
version = "0.9.137"
|
||||
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user