Skip to content

Commit d56c3ef

Browse files
committed
chore: prepare 2.1.1 release
1 parent bdc8964 commit d56c3ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
44

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+
510
## 2.1.0 (2025-02-01)
611

712
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = '\.pyi?$'
1111
[tool.poetry]
1212
name = "django-tenant-users"
1313
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
14-
version = "2.1.0"
14+
version = "2.1.1"
1515
license = "MIT License"
1616

1717
packages = [

0 commit comments

Comments
 (0)