Skip to content

Commit 98fcee1

Browse files
committed
chore(main): Release v0.0.37
1 parent fec3901 commit 98fcee1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.36"
2+
".": "0.0.37"
33
}

CHANGELOG.md

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

3+
## [0.0.37](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.36...v0.0.37) (2025-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.0 ([#199](https://github.com/cloudquery/plugin-pb-java/issues/199)) ([1a808a4](https://github.com/cloudquery/plugin-pb-java/commit/1a808a48cf4fc64c887aea09cb016950cd266f80))
9+
* **deps:** Update dependency gradle to v9 ([#201](https://github.com/cloudquery/plugin-pb-java/issues/201)) ([dc8d5d3](https://github.com/cloudquery/plugin-pb-java/commit/dc8d5d308f784036f1b164ac6d36cf0c98e457b3))
10+
* **deps:** Update grpc-java monorepo to v1.76.0 ([#200](https://github.com/cloudquery/plugin-pb-java/issues/200)) ([fec3901](https://github.com/cloudquery/plugin-pb-java/commit/fec3901a3dd1792a20b178df2341c88fd2fcb1f6))
11+
312
## [0.0.36](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.35...v0.0.36) (2025-10-01)
413

514

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ application {
1212

1313
group 'io.cloudquery'
1414
// x-release-please-start-version
15-
version = '0.0.36'
15+
version = '0.0.37'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)