chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/officialpycasbin/async-postgres-watcher/compare/v1.2.0...v1.3.0) (2025-08-15) ### Features * switch from casbin to pycasbin ([8bc75bc](https://github.com/officialpycasbin/async-postgres-watcher/commit/8bc75bcef722828804046447081a5bc88942157a))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d34b5..0a80a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.3.0](https://github.com/officialpycasbin/async-postgres-watcher/compare/v1.2.0...v1.3.0) (2025-08-15) + + +### Features + +* switch from casbin to pycasbin ([8bc75bc](https://github.com/officialpycasbin/async-postgres-watcher/commit/8bc75bcef722828804046447081a5bc88942157a)) + # [1.2.0](https://github.com/officialpycasbin/async-postgres-watcher/compare/v1.1.0...v1.2.0) (2024-11-12)
diff --git a/pyproject.toml b/pyproject.toml index fe1e19d..6fa2c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "casbin-async-postgres-watcher" -version = "1.2.0" +version = "1.3.0" authors = [ {name = "hsluoyz", email = "hsluoyz@gmail.com"}, ]