diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe67b2d..69b3f4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,7 @@ ### Added - -- Doc MFA authentication -- Enable MFA with TOTP. The user authenticates to an url that will display a qrcode. This qrcode is to be used by an OTP application to generate the code. -- Add the model EmailDevice to the admin models +- nothing added ### Changed @@ -17,6 +14,15 @@ - nothing removed +## [1.51.0] - 2022-11-25 + +### Added + + +- Doc MFA authentication +- Enable MFA with TOTP. The user authenticates to an url that will display a qrcode. This qrcode is to be used by an OTP application to generate the code. +- Add the model EmailDevice to the admin models + ## [1.50.0] - 2022-11-17 ### Added diff --git a/concrete_datastore/__init__.py b/concrete_datastore/__init__.py index c25f6107..a3a2ceec 100644 --- a/concrete_datastore/__init__.py +++ b/concrete_datastore/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 -VERSION = (1, 50, 0) +VERSION = (1, 51, 0) def get_version(version=VERSION):