Skip to content

Commit

Permalink
chore: prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Sep 10, 2024
1 parent 760e9bd commit f92e22e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 2.0.0 (2024-09-09) Breaking changes

## What's Changed

* Now returning created tenant from provision_tenant utility function by @Wizely99 in https://github.com/Corvia/django-tenant-users/pull/607
* Remove nargs by @ihfazhillah in https://github.com/Corvia/django-tenant-users/pull/669
* Allow verbosity to be set when creating public tenant by @Dresdn in https://github.com/Corvia/django-tenant-users/pull/677


## 1.5.0 (2024-05-22)

### 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.5.0"
version = "2.0.0"
license = "MIT License"

packages = [
Expand Down

0 comments on commit f92e22e

Please sign in to comment.