diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6902986..b9d660b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.
## [Unreleased]
+## [4.4.0] - 2020-09-26
+
+### Added
+
+- ([#63]) Added configurable redirect url for the banned users
+
## [4.3.0] - 2020-09-09
### Added
@@ -137,7 +143,8 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.
- Initial release
-[Unreleased]: https://github.com/cybercog/laravel-ban/compare/4.3.0...master
+[Unreleased]: https://github.com/cybercog/laravel-ban/compare/4.4.0...master
+[4.4.0]: https://github.com/cybercog/laravel-ban/compare/4.3.0...4.4.0
[4.3.0]: https://github.com/cybercog/laravel-ban/compare/4.2.1...4.3.0
[4.2.1]: https://github.com/cybercog/laravel-ban/compare/4.2.0...4.2.1
[4.2.0]: https://github.com/cybercog/laravel-ban/compare/4.1.0...4.2.0
@@ -153,6 +160,7 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.
[2.0.1]: https://github.com/cybercog/laravel-ban/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/cybercog/laravel-ban/compare/1.0.0...2.0.0
+[#63]: https://github.com/cybercog/laravel-ban/pull/63
[#61]: https://github.com/cybercog/laravel-ban/pull/61
[#50]: https://github.com/cybercog/laravel-ban/pull/50
[#48]: https://github.com/cybercog/laravel-ban/pull/48
diff --git a/README.md b/README.md
index c9c3130..789c2db 100644
--- a/README.md
+++ b/README.md
@@ -352,8 +352,8 @@ If you discover any security related issues, please email open@cybercog.su inste
## Contributors
-| ![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)
Anton Komarev | ![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)
badr aldeen shek salim | ![@rickmacgillis](https://avatars.githubusercontent.com/u/8941225?s=110)
Rick Mac Gillis | ![@AnsellC](https://avatars.githubusercontent.com/u/2049714?s=110)
AnsellC |
-| :---: | :---: | :---: | :---: |
+| ![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)
Anton Komarev | ![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)
badr aldeen shek salim | ![@rickmacgillis](https://avatars.githubusercontent.com/u/8941225?s=110)
Rick Mac Gillis | ![@AnsellC](https://avatars.githubusercontent.com/u/2049714?s=110)
AnsellC | ![@joearcher](https://avatars.githubusercontent.com/u/1125046?s=110)
Joe Archer |
+| :---: | :---: | :---: | :---: | :---: |
[Laravel Ban contributors list](../../contributors)