We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003648c commit 7369998Copy full SHA for 7369998
2 files changed
CHANGELOG.rst
@@ -16,6 +16,10 @@ Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/rel
16
Unreleased
17
~~~~~~~~~~
18
19
+7.2.1 - 2023-01-10
20
+------------------
21
+* Adds support for LTI_BASE and LTI_API_BASE Django settings to allow URL configuration independent of LMS settings.
22
+
23
7.2.0 - 2022-12-15
24
------------------
25
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '7.2.0'
+__version__ = '7.2.1'
0 commit comments