chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/pycasbin/casbin-databases-adapter/compare/v1.0.0...v1.1.0) (2024-03-23) ### Features * update Python version to 3.9+, update CI Node.js version to 20 ([67711bc](https://github.com/pycasbin/casbin-databases-adapter/commit/67711bcab794ef5343db45716be401d5dc8a3f45)) * upgrade synccasbin, databases and SQLAlchemy versions to fix CI error ([#4](https://github.com/pycasbin/casbin-databases-adapter/issues/4)) ([3892591](https://github.com/pycasbin/casbin-databases-adapter/commit/3892591d0ecd565ba32cd383202a0a843928f652))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 721e836..4207115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,13 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/pycasbin/casbin-databases-adapter/compare/v1.0.0...v1.1.0) (2024-03-23) + + +### Features + +* update Python version to 3.9+, update CI Node.js version to 20 ([67711bc](https://github.com/pycasbin/casbin-databases-adapter/commit/67711bcab794ef5343db45716be401d5dc8a3f45)) +* upgrade synccasbin, databases and SQLAlchemy versions to fix CI error ([#4](https://github.com/pycasbin/casbin-databases-adapter/issues/4)) ([3892591](https://github.com/pycasbin/casbin-databases-adapter/commit/3892591d0ecd565ba32cd383202a0a843928f652)) + # 1.0.0 (2023-06-10)
diff --git a/setup.cfg b/setup.cfg index ba40987..613a9b4 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -1,3 +1,3 @@ [metadata] -version = 1.0.0 +version = 1.1.0