Skip to content

Commit fc4d8a3

Browse files
Release 0.2.4 (#45)
* updating year(s) in license * Bump version and CHANGELOG entry --------- Co-authored-by: Greg Wilson <[email protected]>
1 parent 50b8fd7 commit fc4d8a3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.4] - 2024-12-02
6+
### Fixed
7+
- 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)
8+
59
## [0.2.3] - 2024-05-30
610
### Fixed
711
- Fix get_user_date/username with background callback. [#41](https://github.com/plotly/dash-enterprise-auth/pull/41)

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2023 Plotly, Inc
3+
Copyright (c) 2023-2024 Plotly Technologies Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dash_enterprise_auth/version.py

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

0 commit comments

Comments
 (0)