diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c560cfd..0913a01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.25.2" + ".": "1.25.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c3390..42ebdee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.25.3 (2022-05-06) + +#### Bug Fixes + +* Pin rubocop to 1.28.x for Ruby 2.5 compatibility + ### 1.25.2 (2021-09-23) * Disable Style/RedundantBegin diff --git a/lib/google/style/version.rb b/lib/google/style/version.rb index 8b2c02f..612f850 100644 --- a/lib/google/style/version.rb +++ b/lib/google/style/version.rb @@ -16,6 +16,6 @@ module Google module Style - VERSION = "1.25.2" + VERSION = "1.25.3" end end