diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..609b378 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Semantic Versioning Changelog + +## [0.0.2](https://github.com/pycasbin/postgresql-watcher/compare/v0.0.1...v0.0.2) (2021-07-18) + + +### Bug Fixes + +* CI release failed ([3dd60ea](https://github.com/pycasbin/postgresql-watcher/commit/3dd60ea6b34abab47ef67bae997a646fe4e5d7bd)) +* fix `parent_conn` not initialize ([#11](https://github.com/pycasbin/postgresql-watcher/issues/11)) ([48001e0](https://github.com/pycasbin/postgresql-watcher/commit/48001e059d040a04f8f286ad2c6e2f383ea41895)) +* Fix for more recent casbin versions and connection send fix ([#12](https://github.com/pycasbin/postgresql-watcher/issues/12)) ([8cc529c](https://github.com/pycasbin/postgresql-watcher/commit/8cc529c0036e6efc27c4d261b354e489a69ad6a4)) diff --git a/setup.cfg b/setup.cfg index b18f142..3f44d66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,5 @@ universal = 1 [metadata] description-file = README.md -version = 0.0.1 +version = 0.0.2 +