From fe3b7ad59e6b9d7cc22a20ffbc1e5b45800fe0c5 Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Sat, 18 Jul 2026 16:46:59 -0400 Subject: [PATCH] Version bump for Enum change --- change_log.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/change_log.md b/change_log.md index 21f93e0..c907a35 100644 --- a/change_log.md +++ b/change_log.md @@ -1,8 +1,15 @@ # Major Change Log: - + +# 2.4.1 +### Enums for Profile types. +July 18, 2026 +Introduce Base profile types on load, which gradually will switch over on save/edits. Transition Connections to using Enum instead of raw strings. End goal here is to transition ConnectionController to use the Enums. +
+ # 2.4.0 July 15, 2026 Robust Database Error Handling & Migrations System. For New Client upgrades (Operational Errors) & Old Clients with New JSON keys from an API (TypeErrors). We also added an SQL generic handling wrapper for use across any project or function. +
# 2.3.9 July 11, 2026 diff --git a/pyproject.toml b/pyproject.toml index 5f7e5df..430ecec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sp-hydra-veil-core" -version = "2.4.0" +version = "2.4.1" authors = [ { name = "Simplified Privacy" }, ]