This commit is contained in:
Danyal Faheem 2025-04-08 12:00:11 +05:00 committed by GitHub
parent 01edb2a7df
commit b6d0b6e6be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View File

@ -19,6 +19,15 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-19.0.3'></a>
## v19.0.3 (2025-04-03)
- [Bugfix] Migrate to native filters instead of filter box charts on default course overview dashboard which have been completely deprecated as of superset 4.0.0 release. (by @Danyal-Faheem)
- [Improvement] Enable Alerts and Reports in superset. (by @Danyal-Faheem)
- [Improvement] Make superset ports consistent on local and dev by running it on 2247 in both environments. (by @Danyal-Faheem)
<a id='changelog-19.0.2'></a>
## v19.0.2 (2025-03-14)

View File

@ -1 +0,0 @@
- [Bugfix] Migrate to native filters instead of filter box charts on default course overview dashboard which have been completely deprecated as of superset 4.0.0 release. (by @Danyal-Faheem)

View File

@ -1 +0,0 @@
- [Improvement] Enable Alerts and Reports in superset. (by @Danyal-Faheem)

View File

@ -1 +0,0 @@
- [Improvement] Make superset ports consistent on local and dev by running it on 2247 in both environments. (by @Danyal-Faheem)

View File

@ -1 +1 @@
__version__ = "19.0.2"
__version__ = "19.0.3"