diff --git a/CHANGELOG.md b/CHANGELOG.md index 52833e3..3e63686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.4.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.3.0...v1.4.0) (2024-07-08) + + +### Features + +* support for soft deletion of casbin rules ([#72](https://github.com/pycasbin/sqlalchemy-adapter/issues/72)) ([8911c16](https://github.com/pycasbin/sqlalchemy-adapter/commit/8911c1680849b9f2020f73aed0f04d81f24686d7)) + # [1.3.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.2.0...v1.3.0) (2024-07-06) diff --git a/setup.cfg b/setup.cfg index 86b5d98..278babc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -version = 1.3.0 +version = 1.4.0