Skip to content

Commit 594a86b

Browse files
committed
chore: prepare 1.2.0 release
1 parent 783e761 commit 594a86b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` relea
44

55
## {{ Next Version }}
66

7+
## 1.2.0 (2023-08-08)
8+
79
### Features
810

911
- Adds support for Django 4.2
10-
-
12+
13+
### Fixes
14+
15+
- Used pk instead of id for universal access by @ysidromdenis [#355](https://github.com/Corvia/django-tenant-users/pull/357)
1116

1217
## 1.1.1 (2022-11-26)
1318

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = '\.pyi?$'
1616
[tool.poetry]
1717
name = "django-tenant-users"
1818
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
19-
version = "1.1.1"
19+
version = "1.2.0"
2020
license = "MIT License"
2121

2222
packages = [

0 commit comments

Comments
 (0)