Skip to content

Commit

Permalink
Release version 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Nov 25, 2022
1 parent d83e00a commit 9cc7174
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion concrete_datastore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8


VERSION = (1, 50, 0)
VERSION = (1, 51, 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit 9cc7174

Please sign in to comment.