From 26b2562415f14bda97d19438ac90206c6e7000c6 Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Wed, 29 Jul 2026 15:07:52 -0400 Subject: [PATCH] Changelog and version bump for Singbox features coming out --- change_log.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/change_log.md b/change_log.md index 2567964..ae10910 100644 --- a/change_log.md +++ b/change_log.md @@ -1,6 +1,11 @@ # Major Change Log: +# Singbox +### July 29, 2026 +Introduced the Singbox Enable Utility & Singbox Sudo Script +
+ # 2.4.3 ### Systemwide Killswitch Introduced for Enable diff --git a/pyproject.toml b/pyproject.toml index ce72953..5d4d055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sp-hydra-veil-core" -version = "2.5.3" +version = "2.5.4" authors = [ { name = "Simplified Privacy" }, ]