From 92b4138fbc07e0386601ee802d0f9e24eab26c6d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:45:07 +0000 Subject: [PATCH] chore(main): release owlbot-postprocessor 0.12.2 --- .release-please-manifest.json | 2 +- owlbot-postprocessor/CHANGELOG.md | 6 ++++++ owlbot-postprocessor/lib/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e1892f0..073e5dfa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.12.1" + "owlbot-postprocessor": "0.12.2" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 31d39dd0..41d98895 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.12.2 (2026-08-17) + +#### Bug Fixes + +* escape bash variables in cloudbuild.yaml ([#460](https://github.com/googleapis/ruby-common-tools/issues/460)) + ### 0.12.1 (2026-08-17) #### Bug Fixes diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index bf4a9add..e0cc80d5 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.12.1" + VERSION = "0.12.2" end