diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724a3a..91926ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.1] - 2022-03-23 + ### Fixed - Fix fallback Richie enrollment start from course start diff --git a/richie_openedx_sync/__init__.py b/richie_openedx_sync/__init__.py index 60864b3..ede40d1 100644 --- a/richie_openedx_sync/__init__.py +++ b/richie_openedx_sync/__init__.py @@ -3,6 +3,6 @@ """ from __future__ import unicode_literals -__version__ = "1.1.0" +__version__ = "1.1.1" default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'