Skip to content

Commit 12bc5db

Browse files
committed
chore(main): Release v0.0.23
1 parent 561c771 commit 12bc5db

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.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.22"
2+
".": "0.0.23"
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.23](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.22...v0.0.23) (2024-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.3 ([#118](https://github.com/cloudquery/plugin-pb-java/issues/118)) ([c7e591d](https://github.com/cloudquery/plugin-pb-java/commit/c7e591d1c241b4e732cb30e21763a0b4c23af9c8))
9+
* **deps:** Update dependency gradle to v8.9 ([#121](https://github.com/cloudquery/plugin-pb-java/issues/121)) ([561c771](https://github.com/cloudquery/plugin-pb-java/commit/561c7713bb2d3a7291c900f35e554f2070d22872))
10+
* **deps:** Update grpc-java monorepo to v1.65.1 ([#120](https://github.com/cloudquery/plugin-pb-java/issues/120)) ([aa66224](https://github.com/cloudquery/plugin-pb-java/commit/aa66224d34a95047a535fdf440d4b22dcf02fe6a))
11+
312
## [0.0.22](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.21...v0.0.22) (2024-07-30)
413

514

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.22'
13+
version = '0.0.23'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)