diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39fa8ed..28d28bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.39" + ".": "0.0.40" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8402591..f2a53cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.40](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.39...v0.0.40) (2025-10-16) + + +### Bug Fixes + +* Typo in publish.yml for package publishing step ([#207](https://github.com/cloudquery/plugin-pb-java/issues/207)) ([365bcf9](https://github.com/cloudquery/plugin-pb-java/commit/365bcf9298cd860d19e6211b822bf69b61cc55e7)) + ## [0.0.39](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.38...v0.0.39) (2025-10-16) diff --git a/build.gradle b/build.gradle index 9bbfc1f..28c4dda 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ application { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.39' +version = '0.0.40' // x-release-please-end repositories {