diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d075ff0..acd51f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.9.7" + "owlbot-postprocessor": "0.9.8" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 96249b8..be7e321 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.9.8 (2024-06-11) + +#### Bug Fixes + +* Another postprocessor fix for multi-wrapper ([#330](https://github.com/googleapis/ruby-common-tools/issues/330)) + ### 0.9.7 (2024-06-11) #### Bug Fixes diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index f4501b5..17178e0 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.9.7" + VERSION = "0.9.8" end