Skip to content

Commit

Permalink
chore: prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Aug 8, 2023
1 parent 783e761 commit 594a86b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 594a86b

Please sign in to comment.