diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 108121f..d075ff0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.9.6" + "owlbot-postprocessor": "0.9.7" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 8586846..96249b8 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.9.7 (2024-06-11) + +#### Bug Fixes + +* Fix multi-wrapper dependencies that were broken when dropping Ruby 2.7 ([#328](https://github.com/googleapis/ruby-common-tools/issues/328)) + ### 0.9.6 (2024-04-05) #### Bug Fixes diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index 4cfa953..f4501b5 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.6" + VERSION = "0.9.7" end