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" }, ]