diff --git a/HISTORY.rst b/HISTORY.rst index 8b68ea0..666d3b1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +1.1.4 (2026-06-29) +------------------ + +* Added ``DatabaseType.saphana`` for SAP HANA support. + 1.1.3 (2026-06-26) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 3ff0444..97636ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datamasque-python" -version = "1.1.3" +version = "1.1.4" description = "Official Python client for the DataMasque data-masking API." authors = [ { name = "DataMasque Ltd" },