Skip to content
Snippets Groups Projects
Commit ab4c65c8 authored by michaelroytman's avatar michaelroytman
Browse files

build: bump library version and add CHANGELOG entry

I neglected to bump the library version and update the CHANGELOG for the changes made in #363. This commit corrects that.
parent 25f2303a
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