diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cb8d9..eb863e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [0.1.2](https://github.com/pycasbin/postgresql-watcher/compare/v0.1.1...v0.1.2) (2022-05-17) + + +### Bug Fixes + +* made should_reload into a blocking call ([#21](https://github.com/pycasbin/postgresql-watcher/issues/21)) ([6fd89b5](https://github.com/pycasbin/postgresql-watcher/commit/6fd89b5001ccc4e6782294489c40464cfebbf32c)) + ## [0.1.1](https://github.com/pycasbin/postgresql-watcher/compare/v0.1.0...v0.1.1) (2022-02-07) diff --git a/setup.cfg b/setup.cfg index 0c316e9..1978bc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,5 @@ universal = 1 [metadata] description-file = README.md -version = 0.1.1 +version = 0.1.2