Skip to content

Commit

Permalink
chore(main): Release v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Oct 1, 2024
1 parent 98f3304 commit cfe11e8
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.25"
".": "0.0.26"
}
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.26](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.25...v0.0.26) (2024-10-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.2 ([#132](https://github.com/cloudquery/plugin-pb-java/issues/132)) ([8a972f3](https://github.com/cloudquery/plugin-pb-java/commit/8a972f331312774cbab745fdfcf124589084920d))
* **deps:** Update dependency gradle to v8.10.2 ([#133](https://github.com/cloudquery/plugin-pb-java/issues/133)) ([97ea576](https://github.com/cloudquery/plugin-pb-java/commit/97ea5763959ccc289c5b64d046fe695b8bd1f3b2))
* **deps:** Update dependency org.mockito:mockito-core to v5.14.1 ([#135](https://github.com/cloudquery/plugin-pb-java/issues/135)) ([4000f9a](https://github.com/cloudquery/plugin-pb-java/commit/4000f9a2f1f68bf8a93b4183742bc6fdb256df8b))
* **deps:** Update grpc-java monorepo to v1.68.0 ([#136](https://github.com/cloudquery/plugin-pb-java/issues/136)) ([98f3304](https://github.com/cloudquery/plugin-pb-java/commit/98f3304a7971e4a7d689f93cdd9274ec10c3ff57))

## [0.0.25](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.24...v0.0.25) (2024-09-17)


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

repositories {
Expand Down

0 comments on commit cfe11e8

Please sign in to comment.