From 1f0f45d0d0383e6008605fda42995607858a1c13 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 22 May 2024 11:40:38 -0700 Subject: [PATCH] chore: prepare 1.5.0 release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dde53d3..138ba45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release. +## 1.5.0 (2024-05-22) + +### Features + +* Create TenantAccessMiddleware to limit TenantUsers accessing Tenants they don't belong to by @Dresdn in [#594](https://github.com/Corvia/django-tenant-users/pull/594) + +### Misc + +* Update using.rst by @jansalvador in [#590](https://github.com/Corvia/django-tenant-users/pull/590) + + ## 1.4.0 (2024-05-06) ### Features diff --git a/pyproject.toml b/pyproject.toml index e6aabae4..c660acd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,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.4.0" +version = "1.5.0" license = "MIT License" packages = [