From f92e22e7d50db29e8add8dc3c99b19abb555d22b Mon Sep 17 00:00:00 2001
From: Mike <mike@zivix.com>
Date: Mon, 9 Sep 2024 18:11:38 -0700
Subject: [PATCH] chore: prepare 2.0.0 release

---
 CHANGELOG.md   | 9 +++++++++
 pyproject.toml | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 138ba45f..fa2ead18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/pyproject.toml b/pyproject.toml
index a115b618..793fef51 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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 = [