Skip to content

Release v5.17.0 #1003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -6,6 +6,22 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst


Version v5.17.0
---------------

The main feature in this release is the addition of two-factor auth (totp).
There's no mandate but it is now an option.

:Date: March 20, 2025

* @davidfischer: Add public code for the audience estimator (#1002)
* @davidfischer: Allauth added the forgot password link - remove ours (#1001)
* @davidfischer: Use Node v20 in docker development (#1000)
* @davidfischer: Verbiage improvement on PW reset/account invite (#999)
* @davidfischer: Add 2FA using allauth (#998)
* @davidfischer: Lower log level on some proxy mismatches (#997)


Version v5.16.0
---------------

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethical-ad-server",
"version": "5.16.0",
"version": "5.17.0",
"description": "",
"main": "index.js",
"engines": {