diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a215a..f6bb119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v19.0.4 (2025-04-10) + +- [Bugfix] Remove deprecated filter_scopes from import_dashboard script. (by @Danyal-Faheem) + ## v19.0.3 (2025-04-03) diff --git a/changelog.d/20250409_153019_danyal.faheem_fix_breaking_dashboard_import.md b/changelog.d/20250409_153019_danyal.faheem_fix_breaking_dashboard_import.md deleted file mode 100644 index 3e68651..0000000 --- a/changelog.d/20250409_153019_danyal.faheem_fix_breaking_dashboard_import.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Remove deprecated filter_scopes from import_dashboard script. (by @Danyal-Faheem) \ No newline at end of file diff --git a/tutorcairn/__about__.py b/tutorcairn/__about__.py index f48c1ca..14126cb 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1 +1 @@ -__version__ = "19.0.3" +__version__ = "19.0.4"