diff --git a/CHANGELOG.md b/CHANGELOG.md index 9317eec2..cf2a53f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.45.2] - 2023-08-21 +### Fix +- Fix `get_session_info` to use `SessionManager.get_session_info()` instead of `.get_active_session_info()` because the session info sometimes can be inactive when accessed from this library, #1355. +- Warning messages, #1348. +- Internal package updates. + ## [0.45.1] - 2023-06-06 ### Fix