diff --git a/CHANGELOG.md b/CHANGELOG.md index 41afacdc..8c45d0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.1 * Update rubocop from 1.25.0 to [1.25.1](https://github.com/rubocop/rubocop/tag/v1.25.1) diff --git a/Gemfile.lock b/Gemfile.lock index 219679cb..c2d7561d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.7.0) + standard (1.7.1) rubocop (= 1.25.1) rubocop-performance (= 1.13.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 7992709f..88d77ab7 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.7.0") + VERSION = Gem::Version.new("1.7.1") end