skipci: Automatic version increment by Bamboo

This commit is contained in:
Bamboo 2026-01-23 17:11:38 +00:00
parent 734bb5cf10
commit 64ee1c4503
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# CHANGELOG
## 0.9.114
- Fixed an issue where allow_private_network_connections set to false could be bypassed
when a numeric address was used.

2
Cargo.lock generated
View file

@ -3352,7 +3352,7 @@ dependencies = [
[[package]]
name = "trusttunnel_endpoint"
version = "0.9.113"
version = "0.9.114"
dependencies = [
"clap",
"console-subscriber",

View file

@ -1,6 +1,6 @@
[package]
name = "trusttunnel_endpoint"
version = "0.9.113"
version = "0.9.114"
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
edition = "2021"