chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.7.0...v1.8.0) (2025-08-21) ### Features * fix README badges ([#6](https://github.com/officialpycasbin/redis-watcher/issues/6)) ([eac9aaf](https://github.com/officialpycasbin/redis-watcher/commit/eac9aaf7c7b8d1eea32fc68a2be4bca44f3bc24f))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 237494d..6d74f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.8.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.7.0...v1.8.0) (2025-08-21) + + +### Features + +* fix README badges ([#6](https://github.com/officialpycasbin/redis-watcher/issues/6)) ([eac9aaf](https://github.com/officialpycasbin/redis-watcher/commit/eac9aaf7c7b8d1eea32fc68a2be4bca44f3bc24f)) + # [1.7.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.6.0...v1.7.0) (2025-08-15)
diff --git a/pyproject.toml b/pyproject.toml index 99e3faa..eb0f2c0 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "redis-watcher" -version = "1.7.0" +version = "1.8.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]