Skip to content

Commit

Permalink
feat: Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kuipumu committed Aug 22, 2023
1 parent af09c0e commit 2c04bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
Unreleased
~~~~~~~~~~

9.6.2 - 2023-08-22
------------------
* Fix extra claims and custom parameters for LTI 1.3.
* Add validation to custom_parameters xblock field.

9.6.1 - 2023-06-28
------------------
* Fix CCX LTI configuration compatibility
Expand Down
2 changes: 1 addition & 1 deletion lti_consumer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '9.6.1'
__version__ = '9.6.2'

0 comments on commit 2c04bcc

Please sign in to comment.