Skip to content

Commit b5cee0f

Browse files
authored
chore(main): Release v0.0.31 (#246)
🤖 I have created a release *beep* *boop* --- ## [0.0.31](v0.0.30...v0.0.31) (2024-07-17) ### Bug Fixes * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.20 ([#245](#245)) ([e851ef8](e851ef8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e851ef8 commit b5cee0f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.30"
2+
".": "0.0.31"
33
}

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.31](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.30...v0.0.31) (2024-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.20 ([#245](https://github.com/cloudquery/plugin-sdk-java/issues/245)) ([e851ef8](https://github.com/cloudquery/plugin-sdk-java/commit/e851ef872ee0b27f3c9888591ff7930370114a89))
9+
310
## [0.0.30](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.29...v0.0.30) (2024-07-08)
411

512

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212
group 'io.cloudquery'
1313
// x-release-please-start-version
14-
version = '0.0.30'
14+
version = '0.0.31'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)