mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-10 01:28:37 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
parent
734bb5cf10
commit
64ee1c4503
3 changed files with 4 additions and 2 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -3352,7 +3352,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "0.9.113"
|
||||
version = "0.9.114"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue