From 6cd695600fbb59b638d44bc7043b47ef4811979f Mon Sep 17 00:00:00 2001 From: alxboyle <29192438+alxboyle@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:46:01 +1200 Subject: [PATCH] chore: bump version to 1.1.4 to publish the saphana DatabaseType --- HISTORY.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" },