diff --git a/CHANGELOG.md b/CHANGELOG.md index b01b6f7..dec6e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History +### 1.25.1 / 2021-02-09 + +* Add rubocop 1.9 cops and disable a few others +* Fix crash on extension checking, and eliminate new cop warning + ### 1.25.0 / 2021-01-27 * pin rubocop version to 1.x, set min ruby to 2.5, enable new cops diff --git a/google-style.gemspec b/google-style.gemspec index 2f30a08..d9050bf 100644 --- a/google-style.gemspec +++ b/google-style.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |gem| gem.name = "google-style" - gem.version = "1.25.0" + gem.version = "1.25.1" gem.authors = ["Graham Paye"] gem.email = ["paye@google.com"]