From 2763f6ddc30455134eb7dab648e97a61394dde92 Mon Sep 17 00:00:00 2001 From: Harald Nezbeda Date: Mon, 14 Oct 2024 20:14:23 +0200 Subject: [PATCH] Update changelog for 1.4.2 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce4394..210dcaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ PyPi: [https://pypi.org/project/django-rest-passwordreset/](https://pypi.org/pro ## [Unreleased] +## [1.4.2] + +### Fixed + +- X-Forwarded-For containing multiple IPs does not respect inet data type (#191) + ## [1.4.1] ### Fixed @@ -80,6 +86,8 @@ PyPi: [https://pypi.org/project/django-rest-passwordreset/](https://pypi.org/pro ## [0.9.0] - Initial Release +[Unreleased]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.2...HEAD +[1.4.2]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.2.1...1.3.0