chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/officialpycasbin/django-casbin-auth/compare/v1.7.0...v1.8.0) (2025-08-20) ### Features * fix README badges ([#3](https://github.com/officialpycasbin/django-casbin-auth/issues/3)) ([312e5ce](https://github.com/officialpycasbin/django-casbin-auth/commit/312e5ced9884806a8b0ba45fee8b1690a79c2597))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7c064..21b2c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.8.0](https://github.com/officialpycasbin/django-casbin-auth/compare/v1.7.0...v1.8.0) (2025-08-20) + + +### Features + +* fix README badges ([#3](https://github.com/officialpycasbin/django-casbin-auth/issues/3)) ([312e5ce](https://github.com/officialpycasbin/django-casbin-auth/commit/312e5ced9884806a8b0ba45fee8b1690a79c2597)) + # [1.7.0](https://github.com/officialpycasbin/django-casbin-auth/compare/v1.6.0...v1.7.0) (2025-08-17)
diff --git a/pyproject.toml b/pyproject.toml index f2da972..698d36a 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "django-casbin-auth" -version = "1.7.0" +version = "1.8.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]