From e13ad03c2c342b5e181c17ca882cf03182827ae8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:07:39 +0300 Subject: [PATCH] chore(main): Release v0.0.5 --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8301504..d4cdd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.5](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.4...v0.0.5) (2023-08-07) + + +### Bug Fixes + +* Generate Python Code from `plugin-pb` ([#31](https://github.com/cloudquery/plugin-pb-java/issues/31)) ([77655c5](https://github.com/cloudquery/plugin-pb-java/commit/77655c5c95063e325539055eaeced5bf9e1e605e)) +* Update package group ([bfe2974](https://github.com/cloudquery/plugin-pb-java/commit/bfe2974a25bd7c1fa1c724d0dd733f9e55c4baa6)) + ## [0.0.4](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.3...v0.0.4) (2023-08-03) diff --git a/build.gradle b/build.gradle index 800312c..1aabb55 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ mainClassName = 'main.Main' group 'io.cloudquery' // x-release-please-start-version -version = '0.0.4' +version = '0.0.5' // x-release-please-end repositories {