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