Skip to content
Merged

v20.0.1 #1262

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-20.0.1'></a>
## 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)

<a id='changelog-20.0.0'></a>
## v20.0.0 (2025-06-16)

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250728_145408_codewithemad_update_redis.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250822_164455_ahmed.khalid_teak_2.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down