From 9c52d22f0f153e75e4849c7ff8fe17f0c8520005 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:10:55 +0300 Subject: [PATCH] chore(main): Release v0.1.5 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83abb42..cd8366a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.4...v0.1.5) (2023-10-09) + + +### Bug Fixes + +* Clean up and standardize: ([0a14d5d](https://github.com/cloudquery/plugin-sdk-python/commit/0a14d5dc5eabe54ce654c23263acf4471a093ce7)) + ## [0.1.4](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.3...v0.1.4) (2023-10-02) diff --git a/setup.py b/setup.py index 4e3232e..48da519 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ ] setuptools.setup( name=name, - version="0.1.4", + version="0.1.5", description=description, long_description=long_description, author="CloudQuery LTD",