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 cf21be1 commit 87c6a09Copy full SHA for 87c6a09
CHANGELOG.md
@@ -2,7 +2,15 @@
2
3
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
4
5
-## {{ Next Version }}
+## 1.3.0 (2023-11-14)
6
+
7
+### Features
8
9
+- Added support for multi-tenant types by @Wizely99 in [#475](https://github.com/Corvia/django-tenant-users/pull/475)
10
11
+### Misc
12
13
+- Major redesign of docs
14
15
## 1.2.0 (2023-08-08)
16
pyproject.toml
@@ -15,7 +15,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-tenant-users"
17
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
18
-version = "1.2.0"
+version = "1.3.0"
19
license = "MIT License"
20
21
packages = [
0 commit comments