diff --git a/CHANGELOG.md b/CHANGELOG.md index e00a7c1..325e69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/pycasbin/postgresql-watcher/compare/v1.0.0...v1.1.0) (2024-07-03) + + +### Features + +* replace print calls with logging module ([#25](https://github.com/pycasbin/postgresql-watcher/issues/25)) ([1196caf](https://github.com/pycasbin/postgresql-watcher/commit/1196caff8432d0c1ae8f8c1d306c0abcc66894f8)) + # [1.0.0](https://github.com/pycasbin/postgresql-watcher/compare/v0.3.0...v1.0.0) (2024-03-29) diff --git a/setup.cfg b/setup.cfg index 5acc89a..2ceab74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,5 @@ universal = 1 [metadata] description-file = README.md -version = 1.0.0 +version = 1.1.0