From 594a86be4025343e624cc572295d2e6f3ab1d182 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 8 Aug 2023 08:40:51 -0700 Subject: [PATCH] chore: prepare 1.2.0 release --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bffd10c..46fb03c6 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 d7837ee2..f3a4aaad 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 = [