version_1.2.1
- Pump to correct version
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.2.0...version_1.2.1
version_1.2.0
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.1.1...version_1.2.0
version_1.1.1
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.1.0...version_1.1.1
version_1.1.0
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.0.9...version_1.1.10
version_1.0.9
What's Changed
* feat: add randomized string to the username by alexche77 in https://github.com/maycuatroi/django-firebase-auth/pull/5
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.0.8...version_1.0.9
version_1.0.8
What's Changed
* Changed approach on setting names to the User model by alexche77 in https://github.com/maycuatroi/django-firebase-auth/pull/4
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.0.7...version_1.0.8
version_1.0.7
What's Changed
* fix: wrong var against len check by alexche77 in https://github.com/maycuatroi/django-firebase-auth/pull/3
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.0.6...version_1.0.7
version_1.0.6
What's Changed
* fix: validate displayname when not available by alexche77 in https://github.com/maycuatroi/django-firebase-auth/pull/1
* fix: raise excpt when header not present by alexche77 in https://github.com/maycuatroi/django-firebase-auth/pull/2
New Contributors
* alexche77 made their first contribution in https://github.com/maycuatroi/django-firebase-auth/pull/1
**Full Changelog**: https://github.com/maycuatroi/django-firebase-auth/compare/version_1.0.4...version_1.0.6
version_1.0.4
Fix bug:
raise ValueError("Wrong number of segments in token: {0}".format(token))
version_1.0.3
Update home page url for pypi
version_1.0.2
Fix document content type
version_1.0.1
verion_1.0
The very first version, which I'm still using in my current Django project. Feel free to create issues.