Skip to content

Commit

Permalink
chore(main): Release v0.0.19 (#108)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.0.19](v0.0.18...v0.0.19) (2024-07-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.2 ([#107](#107)) ([e069c32](e069c32))
* **deps:** Update grpc-java monorepo to v1.65.0 ([#109](#109)) ([171e739](171e739))
* Generate Java Code from `plugin-pb` ([#110](#110)) ([a71131e](a71131e))

---
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 Jul 8, 2024
1 parent a71131e commit f6a24eb
Show file tree
Hide file tree
Showing 3 changed files with 11 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.18"
".": "0.0.19"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.19](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.18...v0.0.19) (2024-07-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.2 ([#107](https://github.com/cloudquery/plugin-pb-java/issues/107)) ([e069c32](https://github.com/cloudquery/plugin-pb-java/commit/e069c327540bd3f5fea3967a53cb10085e57c942))
* **deps:** Update grpc-java monorepo to v1.65.0 ([#109](https://github.com/cloudquery/plugin-pb-java/issues/109)) ([171e739](https://github.com/cloudquery/plugin-pb-java/commit/171e7393a739c3535ce2040c4289be49d57a550a))
* Generate Java Code from `plugin-pb` ([#110](https://github.com/cloudquery/plugin-pb-java/issues/110)) ([a71131e](https://github.com/cloudquery/plugin-pb-java/commit/a71131e59a390515f6365ae01ab9dcd21acfc329))

## [0.0.18](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.17...v0.0.18) (2024-06-01)


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.18'
version = '0.0.19'
// x-release-please-end

repositories {
Expand Down

0 comments on commit f6a24eb

Please sign in to comment.