diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cac9f9b..60f6513 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "gapic": "0.3.0", "gapic+FILLER": "0.0.0", - "gapic-common": "1.3.0", + "gapic-common": "1.4.0", "gapic-common+FILLER": "0.0.0", "google-logging-utils": "0.2.0", "google-logging-utils+FILLER": "0.0.0", diff --git a/gapic-common/CHANGELOG.md b/gapic-common/CHANGELOG.md index 4a8c045..0cd7dac 100644 --- a/gapic-common/CHANGELOG.md +++ b/gapic-common/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.4.0 (2026-07-06) + +#### Features + +* add custom predicate matching to RetryPolicy ([#59](https://github.com/googleapis/ruby-core-libraries/issues/59)) + ### 1.3.0 (2026-03-05) #### Features diff --git a/gapic-common/lib/gapic/common/version.rb b/gapic-common/lib/gapic/common/version.rb index ea06d35..7610f4a 100644 --- a/gapic-common/lib/gapic/common/version.rb +++ b/gapic-common/lib/gapic/common/version.rb @@ -14,6 +14,6 @@ module Gapic module Common - VERSION = "1.3.0".freeze + VERSION = "1.4.0".freeze end end