diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bffd10..46fb03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` relea ## {{ Next Version }} +## 1.2.0 (2023-08-08) + ### Features - Adds support for Django 4.2 -- + +### Fixes + +- Used pk instead of id for universal access by @ysidromdenis [#355](https://github.com/Corvia/django-tenant-users/pull/357) ## 1.1.1 (2022-11-26) diff --git a/pyproject.toml b/pyproject.toml index d7837ee..f3a4aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,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.1.1" +version = "1.2.0" license = "MIT License" packages = [