mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v11.2.4 (2021-03-17)
- [Bugfix] Fix "Invalid Request" error during SAML authentication (thanks @Ant1x!). - [Feature] Add `images build --pull` option to update base images. - [Improvement] Annotate types all over the Tutor code base. - [Bugfix] Fix parsing of YAML CLI arguments that include equal "=" signs. - [Bugfix] Fix minor edge case in `long_to_base64` utility function. - [Improvement] Add openedx patches to add settings during build process.
This commit is contained in:
parent
f688a279dc
commit
98ed40c800
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v11.2.4 (2021-03-17)
|
||||
|
||||
- [Bugfix] Fix "Invalid Request" error during SAML authentication (thanks @Ant1x!).
|
||||
- [Feature] Add `make pull-base-images` command to update base images.
|
||||
- [Improvement] Annotate types all over the Tutor code base.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "11.2.3"
|
||||
__version__ = "11.2.4"
|
||||
|
Loading…
Reference in New Issue
Block a user