Skip to content

Commit 62f2f75

Browse files
committed
version 0.2.5
1 parent 25c18d0 commit 62f2f75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to `dash-enterprise-auth` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [0.2.5] - 2025-03-11
6+
### Fixed
7+
- Fix dash 3.0 removal of dcc.LogoutButton.
8+
59
## [0.2.4] - 2024-12-02
610
### Fixed
711
- Dash enteprise auth methods are now functional in the jupyter notebook context within Dash Workspaces via DASH_USER_TOKEN. [#44](https://github.com/plotly/dash-enterprise-auth/pull/44)

dash_enterprise_auth/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.4'
1+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)