diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73b4de3c..e62699e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.10.0" + "owlbot-postprocessor": "0.10.1" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 36dd3211..bf8fc6a1 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.10.1 (2026-04-14) + +#### Bug Fixes + +* Remove incompatible gh remote flag ([#419](https://github.com/googleapis/ruby-common-tools/issues/419)) + ### 0.10.0 (2025-08-26) #### Features diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index fc9bec9d..c49cd4d0 100644 --- a/owlbot-postprocessor/lib/version.rb +++ b/owlbot-postprocessor/lib/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module OwlBot - VERSION = "0.10.0" + VERSION = "0.10.1" end