Skip to content

Commit

Permalink
chore: prepare 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed May 22, 2024
1 parent c99927e commit 1f0f45d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1f0f45d

Please sign in to comment.