diff --git a/CHANGELOG.md b/CHANGELOG.md index f981b76..1b7ec0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ instructions, because git commits are used to generate release notes: + +## v18.0.1 (2024-10-31) + +- [Feature] Add support for discovery media files in minio and a separate bucket for discovery in Minio. (by @Faraz32123) +- [BugFix] Add PROFILE_IMAGE_BACKEND settings in minio using patch named `openedx-lms-production-settings` so that profile images persist in k8s deployment of openedx and profile images can work for both local and dev environment. (by @Faraz32123) + ## v18.0.0 (2024-06-20) diff --git a/changelog.d/20240702_152230_faraz.maqsood_add_separate_bucket_for_discovery.md b/changelog.d/20240702_152230_faraz.maqsood_add_separate_bucket_for_discovery.md deleted file mode 100644 index d2df59e..0000000 --- a/changelog.d/20240702_152230_faraz.maqsood_add_separate_bucket_for_discovery.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Add support for discovery media files in minio and a separate bucket for discovery in Minio. (by @Faraz32123) diff --git a/changelog.d/20241010_170607_faraz.maqsood.md b/changelog.d/20241010_170607_faraz.maqsood.md deleted file mode 100644 index 8ebdb22..0000000 --- a/changelog.d/20241010_170607_faraz.maqsood.md +++ /dev/null @@ -1 +0,0 @@ -- [BugFix] Add PROFILE_IMAGE_BACKEND settings in minio using patch named `openedx-lms-production-settings` so that profile images persist in k8s deployment of openedx and profile images can work for both local and dev environment. (by @Faraz32123) diff --git a/tutorminio/__about__.py b/tutorminio/__about__.py index c6a8b8e..28cc149 100644 --- a/tutorminio/__about__.py +++ b/tutorminio/__about__.py @@ -1 +1 @@ -__version__ = "18.0.0" +__version__ = "18.0.1"