From f07359d4fa736aa860735bb293be3f8f5c3e26d0 Mon Sep 17 00:00:00 2001 From: Aryaman Bhushan Date: Fri, 18 Sep 2026 14:31:25 +0530 Subject: [PATCH] [release] Bumped to release 11.4.0 --- HISTORY.md | 6 ++++++ pyatlan/version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7bcda3ac4..9817922ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 11.4.0 (September 18, 2026) + +### New Features + +- **Latest asset models (pydantic + `pyatlan_v9`)**: Regenerated the pydantic (`pyatlan.model.assets`) and experimental `pyatlan_v9` (msgspec) asset models from the latest Atlan typedefs. Adds new asset types — SAP Analytics Cloud (models, stories, folders, columns), `KafkaTag`, and `FabricSemanticModelMeasure` — plus the latest attributes across existing connectors. + ## 11.3.0 (September 17, 2026) ### New Features diff --git a/pyatlan/version.txt b/pyatlan/version.txt index fcfed5b06..86b57ebe9 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -11.3.0 \ No newline at end of file +11.4.0 \ No newline at end of file