diff --git a/HISTORY.md b/HISTORY.md index 381b4343b..fa89bd896 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,18 @@ +## 0.1.0 (June 6, 2023) + +* Fixes connection creation and associated validations +* Adds further connectors (with icons) +* Adds SQL parser endpoint +* Add Lineage list API and integration tests +* Fix bug on locking custom metadata +* Refactor syntax for accessing custom metadata properties + + Previously the custom metadata property `First Name` would have been accessed as follows: + ````cm.first_name```` + + This could cause confusion how the name was converted so now the following syntax will be used: + + ```cm['First Name']``` ## 0.0.33 (May 24, 2023) * Added convenience properties for relationship_attributes diff --git a/pyatlan/version.txt b/pyatlan/version.txt index cd9d21e61..6e8bf73aa 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -0.0.33 +0.1.0