diff --git a/CHANGELOG.md b/CHANGELOG.md index e92a3c6..8ad3221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.4 (2024-03-12) + +- [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210) + ## v16.0.3 (2023-12-15) diff --git a/changelog.d/20240228_101740_fahad.khalid_HEAD.md b/changelog.d/20240228_101740_fahad.khalid_HEAD.md deleted file mode 100644 index fb130d4..0000000 --- a/changelog.d/20240228_101740_fahad.khalid_HEAD.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210) \ No newline at end of file diff --git a/tutorminio/__about__.py b/tutorminio/__about__.py index c7d74af..08d1d51 100644 --- a/tutorminio/__about__.py +++ b/tutorminio/__about__.py @@ -1 +1 @@ -__version__ = "16.0.3" +__version__ = "16.0.4"