From 199f689c00e2351b4d1019fed850305a0c26f4b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 May 2023 17:35:52 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/pycasbin/async-sqlalchemy-adapter/compare/v1.0.1...v1.1.0) (2023-05-21) ### Features * fix automatic table creation error ([#5](https://github.com/pycasbin/async-sqlalchemy-adapter/issues/5)) ([a785acc](https://github.com/pycasbin/async-sqlalchemy-adapter/commit/a785acc1c987a3a16317ed1f8376600ef3ceb179)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2047b..c615df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/pycasbin/async-sqlalchemy-adapter/compare/v1.0.1...v1.1.0) (2023-05-21) + + +### Features + +* fix automatic table creation error ([#5](https://github.com/pycasbin/async-sqlalchemy-adapter/issues/5)) ([a785acc](https://github.com/pycasbin/async-sqlalchemy-adapter/commit/a785acc1c987a3a16317ed1f8376600ef3ceb179)) + ## [1.0.1](https://github.com/pycasbin/async-sqlalchemy-adapter/compare/v1.0.0...v1.0.1) (2023-05-18) diff --git a/setup.cfg b/setup.cfg index 361a94c..613a9b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -version = 1.0.1 +version = 1.1.0