diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de9840f..931d6dc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,11 @@ -****************** -1.0.0 (unreleased) -****************** +***** +1.0.0 +***** -- First official release. +- Fix a bug with CASClientV2 and default extra data management of CASProvider. #3 + +******* +1.0.0b2 +******* + +- First release. diff --git a/allauth_cas/__init__.py b/allauth_cas/__init__.py index 8e600e0..04e5073 100644 --- a/allauth_cas/__init__.py +++ b/allauth_cas/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.0b2' +__version__ = '1.0.0' default_app_config = 'allauth_cas.apps.CASAccountConfig'