Skip to content

Commit

Permalink
chore(main): Release v0.0.23 (#119)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
cq-bot authored Aug 1, 2024
1 parent 15d2ccf commit a8651d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.22"
".": "0.0.23"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.23](https://github.com/cloudquery/plugin-pb-java/compare/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](https://github.com/cloudquery/plugin-pb-java/issues/118)) ([c7e591d](https://github.com/cloudquery/plugin-pb-java/commit/c7e591d1c241b4e732cb30e21763a0b4c23af9c8))
* **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))
* **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))
* 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))

## [0.0.22](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.21...v0.0.22) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mainClassName = 'main.Main'

group 'io.cloudquery'
// x-release-please-start-version
version = '0.0.22'
version = '0.0.23'
// x-release-please-end

repositories {
Expand Down

0 comments on commit a8651d1

Please sign in to comment.