Skip to content

Commit 67f77a4

Browse files
authored
chore(main): Release v0.0.9 (#50)
1 parent 0a9fa31 commit 67f77a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.8...v0.0.9) (2023-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Java Code from `plugin-pb` ([#49](https://github.com/cloudquery/plugin-pb-java/issues/49)) ([0a9fa31](https://github.com/cloudquery/plugin-pb-java/commit/0a9fa3111295148109c448c3175c8fba919bbf04))
9+
310
## [0.0.8](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.7...v0.0.8) (2023-10-02)
411

512

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'io.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.8'
13+
version = '0.0.9'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)