Skip to content

Commit

Permalink
Add a CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
damien.rabois committed Jan 29, 2024
1 parent d1ad44a commit 941eb89
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.0.4] - 2024-01-29

### Bug Fixes

- Fix some errors in the signals

### Features

- Force the new password to be different from a previously used password

### Miscellaneous Tasks

- Clean `ForcePasswordChangeView`
- Test old passwords are not allowed to be reused
- Test only the n latest (encrypted) passwords are stored
- Re-package the Django application
- Test the user is forced to change the password after its expiration
- Add a missing instruction for installing the app

## [0.0.3] - 2024-01-24

### Bug Fixes

- Allow the password change when it expired
- Force the user to change her password after it expired

### Miscellaneous Tasks

- Warn about the usability
- Rename some modules to match Django app conventions
- Add the admin

## [0.0.2] - 2024-01-19

### Bug Fixes

- Redirect to password_change only when the password expired

## [0.0.1] - 2024-01-19

### Bug Fixes

- Use correct name

<!-- generated by git-cliff -->

0 comments on commit 941eb89

Please sign in to comment.