Skip to content

Commit 1ec60e7

Browse files
committed
chore: prepare 2.1.0 release
1 parent 172aa08 commit 1ec60e7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Version history
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
4-
## 2.0.1 (2024-11-19)
54

6-
### Features
7-
* Added support for UserModels where the primary key field isnt `id`
5+
## 2.1.0 (2025-02-01)
6+
7+
## What's Changed
8+
* added support for primary keys where the field id is missing in [#707](https://github.com/Corvia/django-tenant-users/issues/707) by @Jed-Giblin in [#708](https://github.com/Corvia/django-tenant-users/pull/708)
9+
* Fix: security risk in `tenant_cached_property` with malicious schema names by @scur-iolus in [#709](https://github.com/Corvia/django-tenant-users/pull/709)
10+
* Improve data consistency and prevent orphaned records in user/tenant management by @scur-iolus in [#732](https://github.com/Corvia/django-tenant-users/pull/732)
11+
812

913

1014
## 2.0.0 (2024-09-09) Breaking changes

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.0.0"
14+
version = "2.1.0"
1515
license = "MIT License"
1616

1717
packages = [

0 commit comments

Comments
 (0)