chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/officialpycasbin/etcd-watcher/compare/v1.4.0...v1.5.0) (2025-08-20) ### Features * fix README badges ([#3](https://github.com/officialpycasbin/etcd-watcher/issues/3)) ([7d3cde9](https://github.com/officialpycasbin/etcd-watcher/commit/7d3cde96850bb1e7b5b4e532456325232ffc5405))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a653d7..a5bb07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.5.0](https://github.com/officialpycasbin/etcd-watcher/compare/v1.4.0...v1.5.0) (2025-08-20) + + +### Features + +* fix README badges ([#3](https://github.com/officialpycasbin/etcd-watcher/issues/3)) ([7d3cde9](https://github.com/officialpycasbin/etcd-watcher/commit/7d3cde96850bb1e7b5b4e532456325232ffc5405)) + # [1.4.0](https://github.com/officialpycasbin/etcd-watcher/compare/v1.3.0...v1.4.0) (2025-08-17)
diff --git a/pyproject.toml b/pyproject.toml index bebbf69..2460947 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "etcd_watcher" -version = "1.4.0" +version = "1.5.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]