We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc8964 commit d56c3efCopy full SHA for d56c3ef
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
4
5
+## 2.1.1 (2025-04-08)
6
+
7
+## What's Changed
8
+* adds `is_authenticated` proxy property to `AbstractBaseUserFacade` by @nikatlas in [#755](https://github.com/Corvia/django-tenant-users/pull/755)
9
10
## 2.1.0 (2025-02-01)
11
12
## What's Changed
pyproject.toml
@@ -11,7 +11,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-tenant-users"
13
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
14
-version = "2.1.0"
+version = "2.1.1"
15
license = "MIT License"
16
17
packages = [
0 commit comments