diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba6bb089f..8a65202045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes: + +## v20.0.1 (2025-08-22) + +- [Feature] Add max-log-requests parameter for command `tutor k8s logs`. (by @mlabeeb03) + +- [Improvement] Redis version upgraded to 7.4.5. (by @CodeWithEmad) + +- [Feature] Update OPENEDX_COMMON_VERSION to teak.2 tag (by @ahmed-arb) + ## v20.0.0 (2025-06-16) diff --git a/changelog.d/20250707_171130_muhammad.labeeb_add_max_log_request.md b/changelog.d/20250707_171130_muhammad.labeeb_add_max_log_request.md deleted file mode 100644 index 62128ad65c..0000000000 --- a/changelog.d/20250707_171130_muhammad.labeeb_add_max_log_request.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Add max-log-requests parameter for command `tutor k8s logs`. (by @mlabeeb03) \ No newline at end of file diff --git a/changelog.d/20250728_145408_codewithemad_update_redis.md b/changelog.d/20250728_145408_codewithemad_update_redis.md deleted file mode 100644 index 4e7280762c..0000000000 --- a/changelog.d/20250728_145408_codewithemad_update_redis.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Redis version upgraded to 7.4.5. (by @CodeWithEmad) diff --git a/changelog.d/20250822_164455_ahmed.khalid_teak_2.md b/changelog.d/20250822_164455_ahmed.khalid_teak_2.md deleted file mode 100644 index a25d53607a..0000000000 --- a/changelog.d/20250822_164455_ahmed.khalid_teak_2.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Update OPENEDX_COMMON_VERSION to teak.2 tag (by @ahmed-arb) diff --git a/tutor/__about__.py b/tutor/__about__.py index 0693050212..9e70591940 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "20.0.0" +__version__ = "20.0.1" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and