diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b639708..a263326 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,13 @@ Unreleased * +0.7.4 - 2024-04-30 +****************** + +Fixed +===== +* Fixed Superset XBlock and default filters. + 0.7.3 - 2024-04-30 ****************** diff --git a/platform_plugin_aspects/__init__.py b/platform_plugin_aspects/__init__.py index 047913f..fd749fb 100644 --- a/platform_plugin_aspects/__init__.py +++ b/platform_plugin_aspects/__init__.py @@ -5,6 +5,6 @@ import os from pathlib import Path -__version__ = "0.7.3" +__version__ = "0.7.4" ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))