diff --git a/CHANGELOG.md b/CHANGELOG.md index a34f1b2..0360595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.11](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.10...v0.0.11) (2023-08-08) + + +### Bug Fixes + +* **plugin-tables:** Add missing `skip_dependent_tables` ([#33](https://github.com/cloudquery/plugin-sdk-python/issues/33)) ([a592763](https://github.com/cloudquery/plugin-sdk-python/commit/a5927636505c5d6a36591d4592664a396f07f76c)) + ## [0.0.10](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10) (2023-08-02) diff --git a/setup.py b/setup.py index ebe7913..7682091 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ ] setuptools.setup( name=name, - version="0.0.10", + version="0.0.11", description=description, long_description=long_description, author="CloudQuery LTD",