From 86abe7b9da1e9e6d9d11d7dedcd5d871c5471609 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Aug 2023 06:42:13 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/pycasbin/django-authorization/compare/v1.0.3...v1.1.0) (2023-08-17) ### Features * integrate django authentication system ([#16](https://github.com/pycasbin/django-authorization/issues/16)) ([34770ec](https://github.com/pycasbin/django-authorization/commit/34770ecd5e11f7a05c78b60d234e6975abfe4f4e)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ea9bd..62f9a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/pycasbin/django-authorization/compare/v1.0.3...v1.1.0) (2023-08-17) + + +### Features + +* integrate django authentication system ([#16](https://github.com/pycasbin/django-authorization/issues/16)) ([34770ec](https://github.com/pycasbin/django-authorization/commit/34770ecd5e11f7a05c78b60d234e6975abfe4f4e)) + ## [1.0.3](https://github.com/pycasbin/django-authorization/compare/v1.0.2...v1.0.3) (2023-08-06) diff --git a/setup.cfg b/setup.cfg index 7501c85..613a9b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -version = 1.0.3 +version = 1.1.0