diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fb03c..ebc2039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release. -## {{ Next Version }} +## 1.3.0 (2023-11-14) + +### Features + +- Added support for multi-tenant types by @Wizely99 in [#475](https://github.com/Corvia/django-tenant-users/pull/475) + +### Misc + +- Major redesign of docs ## 1.2.0 (2023-08-08) diff --git a/pyproject.toml b/pyproject.toml index 86c1d88..37d2277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ include = '\.pyi?$' [tool.poetry] name = "django-tenant-users" description = "A Django app to extend django-tenants to incorporate global multi-tenant users" -version = "1.2.0" +version = "1.3.0" license = "MIT License" packages = [