diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 073e5dfa..6bcf1742 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.12.2" + "owlbot-postprocessor": "0.12.3" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 41d98895..47b07cd3 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.12.3 (2026-08-17) + +#### Bug Fixes + +* ensure GCR digest has sha256 prefix ([#462](https://github.com/googleapis/ruby-common-tools/issues/462)) + ### 0.12.2 (2026-08-17) #### Bug Fixes diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index e0cc80d5..7ee4ed7d 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.2" + VERSION = "0.12.3" end