diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c807c4..0cc075d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` relea ## {{ Next Version }} +## 1.0.0 (2022-02-09) + ### Breaking Changes - Support for [django-tenant-schemas](https://github.com/bernardopires/django-tenant-schemas) has been removed due to last release being in 2017 diff --git a/pyproject.toml b/pyproject.toml index 37371ffe..d63e40bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "0.4.0" +version = "1.0.0" license = "MIT License" packages = [