diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c5ae9..08e7ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.2.0 (2020-08-16) - [Bugfix] Fix incorrect loading of some resources from localhost:18000 in development - [Bugfix] Fix Samesite=None Secure=False cookie error for users accessing the LMS with the latest release of Google Chrome diff --git a/tutor/__about__.py b/tutor/__about__.py index 7c417a9..27960b7 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.1.0" +__version__ = "10.2.0"