diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8e3ae..1c4c728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.0] - 2022-08-25 + ### Fixed - Refactor Open edX code imports. diff --git a/richie_openedx_sync/__init__.py b/richie_openedx_sync/__init__.py index ede40d1..fa96b43 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.1" +__version__ = "1.2.0" default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'