diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0f8cc3..5164b40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.53" + ".": "0.0.54" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4459bd7..a1f24a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.54](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.53...v0.0.54) (2026-03-12) + + +### Bug Fixes + +* **deps:** Update dependency black to v26.3.1 [SECURITY] ([#213](https://github.com/cloudquery/plugin-pb-python/issues/213)) ([9480fe7](https://github.com/cloudquery/plugin-pb-python/commit/9480fe7bbd50adba4bfd085ddb3fc097f7f022ff)) + ## [0.0.53](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.52...v0.0.53) (2026-03-01) diff --git a/setup.py b/setup.py index 965cf16..13afa0f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.53", + version="0.0.54", description=description, long_description=long_description, author="CloudQuery LTD",