Skip to content

Commit a8651d1

Browse files
authored
chore(main): Release v0.0.23 (#119)
🤖 I have created a release *beep* *boop* --- ## [0.0.23](v0.0.22...v0.0.23) (2024-08-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.3 ([#118](#118)) ([c7e591d](c7e591d)) * **deps:** Update dependency gradle to v8.9 ([#121](#121)) ([561c771](561c771)) * **deps:** Update grpc-java monorepo to v1.65.1 ([#120](#120)) ([aa66224](aa66224)) * Generate Java Code from `plugin-pb` ([#122](#122)) ([15d2ccf](15d2ccf)) --- 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 15d2ccf commit a8651d1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.22"
2+
".": "0.0.23"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
* Generate Java Code from `plugin-pb` ([#122](https://github.com/cloudquery/plugin-pb-java/issues/122)) ([15d2ccf](https://github.com/cloudquery/plugin-pb-java/commit/15d2ccfa59d25691125cdc73bcf0e0a599a3e8f4))
12+
313
## [0.0.22](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.21...v0.0.22) (2024-07-30)
414

515

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)