Skip to content

Commit

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


## [0.0.8](v0.0.7...v0.0.8) (2023-10-02)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.24.3 ([#44](#44)) ([3c8a540](3c8a540))
* **deps:** Update grpcVersion to v1.58.0 ([#46](#46)) ([d2dde12](d2dde12))
* Generate Java Code from `plugin-pb` ([#48](#48)) ([16ec027](16ec027))

---
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 Oct 2, 2023
1 parent 6c357ef commit 6057cd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.8](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.7...v0.0.8) (2023-10-02)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.24.3 ([#44](https://github.com/cloudquery/plugin-pb-java/issues/44)) ([3c8a540](https://github.com/cloudquery/plugin-pb-java/commit/3c8a540bbdbde248342bab3b87b813fbe936926a))
* **deps:** Update grpcVersion to v1.58.0 ([#46](https://github.com/cloudquery/plugin-pb-java/issues/46)) ([d2dde12](https://github.com/cloudquery/plugin-pb-java/commit/d2dde123c83c656d15f80daeb0eb9364d80499a7))
* Generate Java Code from `plugin-pb` ([#48](https://github.com/cloudquery/plugin-pb-java/issues/48)) ([16ec027](https://github.com/cloudquery/plugin-pb-java/commit/16ec027da42640bf2a8d9f8d8ef812de170c2800))

## [0.0.7](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.6...v0.0.7) (2023-09-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.7'
version = '0.0.8'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 6057cd3

Please sign in to comment.