diff --git a/README.rst b/README.rst index 6da5244f..b4acde70 100644 --- a/README.rst +++ b/README.rst @@ -318,12 +318,17 @@ Please do not report security issues in public. Send security concerns via email Changelog ========= -3.0.2 - 2021-11-12 +3.1.1 - 2021-11-12 ------------------- * The modal to confirm information transfer on open of lti in new tab/window has been updated because of a change in how browsers handle iframe permissions. +3.1.0 - 2021-10-? +------------------- + +* The changes which led to this version change were not adequetly documented. + 3.0.1 - 2021-07-09 ------------------- diff --git a/lti_consumer/__init__.py b/lti_consumer/__init__.py index 8fc74abf..8711ffa3 100644 --- a/lti_consumer/__init__.py +++ b/lti_consumer/__init__.py @@ -4,4 +4,4 @@ from .lti_xblock import LtiConsumerXBlock from .apps import LTIConsumerApp -__version__ = '3.1.0' +__version__ = '3.1.1'