Skip to content

Commit 7369998

Browse files
authored
feat: new release for url settings (#323)
1 parent 003648c commit 7369998

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/rel
1616
Unreleased
1717
~~~~~~~~~~
1818

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+
1923
7.2.0 - 2022-12-15
2024
------------------
2125

lti_consumer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .apps import LTIConsumerApp
55
from .lti_xblock import LtiConsumerXBlock
66

7-
__version__ = '7.2.0'
7+
__version__ = '7.2.1'

0 commit comments

Comments
 (0)