# Changelog ## [5.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.3...v5.0.0) (2025-09-20) ### ⚠ BREAKING CHANGES * drop support for Python versions less than 3.9 and Django versions less than 4.2 ### Features * add support for Django 5.2 ([#148](https://github.com/cdriehuys/django-rest-email-auth/issues/148)) ([5f1489b](https://github.com/cdriehuys/django-rest-email-auth/commit/5f1489b39a61ce4320f9ac6dcf821d0b48070e46)) ### Documentation * update contributing documentation ([#152](https://github.com/cdriehuys/django-rest-email-auth/issues/152)) ([8ec4607](https://github.com/cdriehuys/django-rest-email-auth/commit/8ec4607cddfc66e3a3956f06d8437c94c29b826e)) ## [4.0.3](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.2...v4.0.3) (2024-06-19) ### Bug Fixes * Publish workflow ([ca339f1](https://github.com/cdriehuys/django-rest-email-auth/commit/ca339f18fbf7a16ebc58ef4a672d2a3dcf0040da)) ## [4.0.2](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.1...v4.0.2) (2024-06-19) ### Bug Fixes * Workflow for publishing versions ([c4aae4c](https://github.com/cdriehuys/django-rest-email-auth/commit/c4aae4c77ee5af4d47211d4ee820aeff830f2d41)) ## [4.0.1](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.0...v4.0.1) (2024-06-19) ### Bug Fixes * Specify field type for ID columns ([075675e](https://github.com/cdriehuys/django-rest-email-auth/commit/075675edb611f3b5282d2dfaa4f51411fcdbe4ec)) ## [4.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v3.0.3...v4.0.0) (2023-03-25) ### ⚠ BREAKING CHANGES * Support Django 4.1 ### Features * Customizable email subjects. ([c2bf548](https://github.com/cdriehuys/django-rest-email-auth/commit/c2bf548873c74fa8975597f30dcaa778182f2f1d)), closes [#96](https://github.com/cdriehuys/django-rest-email-auth/issues/96) * Support Django 4.0 ([1ad8a53](https://github.com/cdriehuys/django-rest-email-auth/commit/1ad8a53b6e5a9f792e68b01b4fc65789d23cadec)), closes [#97](https://github.com/cdriehuys/django-rest-email-auth/issues/97) * Support Django 4.1 ([ea261d0](https://github.com/cdriehuys/django-rest-email-auth/commit/ea261d0f75f2fb89f2a558b1b82dd2387d7b885e)) ### Bug Fixes * Update tests for modern Django versions. ([c69ac1d](https://github.com/cdriehuys/django-rest-email-auth/commit/c69ac1d6c1b6e61a7e77e43dbcd62a385e02ab21)) ### Documentation * Fix build badge in README ([406ffd3](https://github.com/cdriehuys/django-rest-email-auth/commit/406ffd39213ef9ced31aea4c589e90488a33b74c)) * Update Read the Docs configuration ([f1516af](https://github.com/cdriehuys/django-rest-email-auth/commit/f1516afbaf7b163a3289348a7185adbd259eb3bc)) * Use autogenerated changelog ([52d9d45](https://github.com/cdriehuys/django-rest-email-auth/commit/52d9d45464425eb1748ea78f7bc307ba41f808d9)) ## Changelog