diff --git a/CHANGELOG.md b/CHANGELOG.md index 173231098..08ee62447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Development] +## [0.29.6 - 2023-10-23] + ### Docs * Memgraph: Add tutorial (https://github.com/graphistry/pygraphistry/pull/507 by https://github.com/karmenrabar) @@ -15,6 +17,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Guard against potential `requests`` null dereference in uploader error handling +### Security + +* Add control `register(..., sso_opt_into_type='browser' | 'display' | None)` +* Fix display of SSO URL + ## [0.29.5 - 2023-08-23] ### Fixed