Skip to content

Commit

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


## [0.0.12](v0.0.11...v0.0.12) (2024-01-02)


### Bug Fixes

* **deps:** Update dependency org.mockito:mockito-core to v5.8.0 ([#67](#67)) ([d38a665](d38a665))
* **deps:** Update grpcVersion to v1.60.1 ([#69](#69)) ([17c6a7f](17c6a7f))
* Generate Java Code from `plugin-pb` ([#71](#71)) ([61efaa4](61efaa4))

---
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 Jan 2, 2024
1 parent 41a1022 commit 196c996
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.11"
".": "0.0.12"
}
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.12](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.11...v0.0.12) (2024-01-02)


### Bug Fixes

* **deps:** Update dependency org.mockito:mockito-core to v5.8.0 ([#67](https://github.com/cloudquery/plugin-pb-java/issues/67)) ([d38a665](https://github.com/cloudquery/plugin-pb-java/commit/d38a665e505c3ea4d93098c80ec53c88dfa3637d))
* **deps:** Update grpcVersion to v1.60.1 ([#69](https://github.com/cloudquery/plugin-pb-java/issues/69)) ([17c6a7f](https://github.com/cloudquery/plugin-pb-java/commit/17c6a7fe68526491625cd68b9191ef2bf3eda8d6))
* Generate Java Code from `plugin-pb` ([#71](https://github.com/cloudquery/plugin-pb-java/issues/71)) ([61efaa4](https://github.com/cloudquery/plugin-pb-java/commit/61efaa45044836341407fa4d5524f35d13676f95))

## [0.0.11](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.10...v0.0.11) (2023-12-04)


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

repositories {
Expand Down

0 comments on commit 196c996

Please sign in to comment.