chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.3.0...v0.4.0) (2025-08-15) ### Features * switch from casbin to pycasbin ([6d6653b](https://github.com/officialpycasbin/sqlobject-adapter/commit/6d6653b012836445e144c71a95140f182df65eda))
diff --git a/CHANGELOG.md b/CHANGELOG.md index efeb06a..6c06abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [0.4.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.3.0...v0.4.0) (2025-08-15) + + +### Features + +* switch from casbin to pycasbin ([6d6653b](https://github.com/officialpycasbin/sqlobject-adapter/commit/6d6653b012836445e144c71a95140f182df65eda)) + # [0.3.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.2.0...v0.3.0) (2024-10-26)
diff --git a/pyproject.toml b/pyproject.toml index 83553e5..0af7f83 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "sqlobject_adapter" -version = "0.3.0" +version = "0.4.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]