chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/officialpycasbin/django-orm-adapter/compare/v1.6.0...v1.7.0) (2025-08-20) ### Features * fix README badges ([#3](https://github.com/officialpycasbin/django-orm-adapter/issues/3)) ([e6e9934](https://github.com/officialpycasbin/django-orm-adapter/commit/e6e99348f5cb60d863b9c543d167deb765d6418c))
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ee63f..c433b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.7.0](https://github.com/officialpycasbin/django-orm-adapter/compare/v1.6.0...v1.7.0) (2025-08-20) + + +### Features + +* fix README badges ([#3](https://github.com/officialpycasbin/django-orm-adapter/issues/3)) ([e6e9934](https://github.com/officialpycasbin/django-orm-adapter/commit/e6e99348f5cb60d863b9c543d167deb765d6418c)) + # [1.6.0](https://github.com/officialpycasbin/django-orm-adapter/compare/v1.5.0...v1.6.0) (2025-08-16)
diff --git a/pyproject.toml b/pyproject.toml index 14cd102..7314412 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "casbin-django-orm-adapter" -version = "1.6.0" +version = "1.7.0" authors = [ {name = "Yang Luo", email = "hsluoyz@qq.com"}, ]