Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 7, 2024
1 parent 13984de commit 7c8f362
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v6.2.1 (2024-06-07)

### Fix

* Add support to Django USERNAME_FIELD ([`b62f560`](https://github.com/megalus/django-google-sso/commit/b62f560255b4662c2816b9d8b5a3b6b12eb73762))

## v6.2.0 (2024-04-23)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion django_google_sso/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.2.0"
__version__ = "6.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build_command = "python -m pip install -U twine poetry && poetry build"

[tool.poetry]
name = "django-google-sso"
version = "6.2.0"
version = "6.2.1"
description = "Easily add Google Authentication to your Django Projects"
authors = ["Chris Maillefaud <chrismaille@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 7c8f362

Please sign in to comment.