Skip to content

Commit f92e22e

Browse files
committed
chore: prepare 2.0.0 release
1 parent 760e9bd commit f92e22e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
44

5+
## 2.0.0 (2024-09-09) Breaking changes
6+
7+
## What's Changed
8+
9+
* Now returning created tenant from provision_tenant utility function by @Wizely99 in https://github.com/Corvia/django-tenant-users/pull/607
10+
* Remove nargs by @ihfazhillah in https://github.com/Corvia/django-tenant-users/pull/669
11+
* Allow verbosity to be set when creating public tenant by @Dresdn in https://github.com/Corvia/django-tenant-users/pull/677
12+
13+
514
## 1.5.0 (2024-05-22)
615

716
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = '\.pyi?$'
1111
[tool.poetry]
1212
name = "django-tenant-users"
1313
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
14-
version = "1.5.0"
14+
version = "2.0.0"
1515
license = "MIT License"
1616

1717
packages = [

0 commit comments

Comments
 (0)