chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/officialpycasbin/async-django-orm-adapter/compare/v1.0.0...v1.1.0) (2025-09-10) ### Features * fix README badges ([#2](https://github.com/officialpycasbin/async-django-orm-adapter/issues/2)) ([47c6045](https://github.com/officialpycasbin/async-django-orm-adapter/commit/47c6045393dbe802fbfcc199c4a6c28cbe1356a6))
diff --git a/CHANGELOG.md b/CHANGELOG.md index fac641a..a4176c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/officialpycasbin/async-django-orm-adapter/compare/v1.0.0...v1.1.0) (2025-09-10) + + +### Features + +* fix README badges ([#2](https://github.com/officialpycasbin/async-django-orm-adapter/issues/2)) ([47c6045](https://github.com/officialpycasbin/async-django-orm-adapter/commit/47c6045393dbe802fbfcc199c4a6c28cbe1356a6)) + # 1.0.0 (2025-09-09)
diff --git a/pyproject.toml b/pyproject.toml index 52a3f5a..4c4313b 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "casbin-async-django-orm-adapter" -version = "1.0.0" +version = "1.1.0" authors = [ {name = "Yang Luo", email = "hsluoyz@qq.com"}, ]