Skip to content
Snippets Groups Projects
Unverified Commit c10ec18f authored by Michael Roytman's avatar Michael Roytman Committed by GitHub
Browse files

Merge pull request #364 from openedx/mroytman/MST-1834-CHANGELOG-and-bump-version

build: bump library version and add CHANGELOG entry
parents 25f2303a ab4c65c8
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
Unreleased
~~~~~~~~~~
9.1.0 - 2023-04-28
------------------
* Add full name as an LTI parameter to LTI 1.1 launches as the "lis_person_name_full" parameter.
* Add full name as an LTI parameter to LTI 1.3 launches as the "name" ID token claim.
9.0.4 - 2023-04-25
------------------
* Standardize translation directory to comply with openedx-translations.
......
......@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock
__version__ = '9.0.4'
__version__ = '9.1.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment