Skip to content

Commit

Permalink
Release gqlauth 0.376.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gqlauth-bot committed Aug 14, 2023
1 parent 969924a commit 5a7751b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

0.376.1 - 2023-08-14
--------------------

This release fixes the way we set the refresh token's field `revoked`.
Previously we were passing a naive DateTime object but now we pass the timestamp with the timezone info.

fixes #395

Contributed by [kurttsam](https://github.com/kurttsam) via [PR #424](https://github.com/nrbnlulu/strawberry-django-auth/pull/424/)


0.376.0 - 2023-08-07
--------------------

Expand Down
6 changes: 0 additions & 6 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strawberry-django-auth"
version = "0.376.0"
version = "0.376.1"
description = "Graphql authentication system with Strawberry for Django."
license = "MIT"
authors = ["Nir.J Benlulu <nrbnlulu@gmail.com>"]
Expand Down

0 comments on commit 5a7751b

Please sign in to comment.