Skip to content

Commit 89c1c9e

Browse files
committed
chore(main): Release v0.0.26
1 parent 4000f9a commit 89c1c9e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.25"
2+
".": "0.0.26"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.0.26](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.25...v0.0.26) (2024-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
312
## [0.0.25](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.24...v0.0.25) (2024-09-17)
413

514

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'io.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.25'
13+
version = '0.0.26'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)