diff --git a/CHANGELOG.md b/CHANGELOG.md index efdbacc1..53c7fc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ instructions, because git commits are used to generate release notes: + +## v16.1.2 (2023-11-06) + +- [Improvement] Include additional patches in the Dockerfile to add instructions just before the build step. (by @MoisesGSalas) +- [Improvement] Allow to patch MFE Caddyfile. (by @snglth) +- [Feature] The new `CONFIG_LOADED` action checks if `MFE_HOST` is a subdomain of `LMS_HOST`. If not, display a warning message to the user. (by @CodeWithEmad) +- [Bugfix] Fix automated image building in nightly. (by @regisb) + ## v16.1.1 (2023-08-28) diff --git a/changelog.d/20230828_101247_moises.gonzalez_pre_build_patch.md b/changelog.d/20230828_101247_moises.gonzalez_pre_build_patch.md deleted file mode 100644 index 5502ea5c..00000000 --- a/changelog.d/20230828_101247_moises.gonzalez_pre_build_patch.md +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - -- [Improvement] Include additional patches in the Dockerfile to add instructions just before the build step. (by @MoisesGSalas) diff --git a/changelog.d/20230914_125107_illia_caddyfile_patch_master.md b/changelog.d/20230914_125107_illia_caddyfile_patch_master.md deleted file mode 100644 index c4bb282f..00000000 --- a/changelog.d/20230914_125107_illia_caddyfile_patch_master.md +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - -- [Improvement] Allow to patch MFE Caddyfile. (by @snglth) diff --git a/changelog.d/20231002_172323_codewithemad_config_loaded_action.md b/changelog.d/20231002_172323_codewithemad_config_loaded_action.md deleted file mode 100644 index 630e6897..00000000 --- a/changelog.d/20231002_172323_codewithemad_config_loaded_action.md +++ /dev/null @@ -1 +0,0 @@ -[Feature] The new CONFIG_LOADED action checks if MFE_HOST is a subdomain of LMS_HOST. If not, display a warning message to the user. (by @CodeWithEmad) \ No newline at end of file diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py index 45483a69..a0baa1a1 100644 --- a/tutormfe/__about__.py +++ b/tutormfe/__about__.py @@ -1,4 +1,4 @@ -__version__ = "16.1.1" +__version__ = "16.1.2" __package_version__ = __version__