diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a05487..3e700177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.2 * Removes Style/RedundantBegin from Ruby versions <= 2.4 diff --git a/Gemfile.lock b/Gemfile.lock index c2d7561d..ead1d193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.7.1) + standard (1.7.2) rubocop (= 1.25.1) rubocop-performance (= 1.13.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 88d77ab7..51b5c3c5 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.7.1") + VERSION = Gem::Version.new("1.7.2") end