diff --git a/CHANGELOG.md b/CHANGELOG.md index fbacab02..8fc620c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.8.0 * Update rubocop from 1.25.1 to [1.26.0](https://github.com/rubocop/rubocop/tag/v1.26.0) diff --git a/Gemfile.lock b/Gemfile.lock index 30627af4..d19533be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.7.3) + standard (1.8.0) rubocop (= 1.26.0) rubocop-performance (= 1.13.3) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 53b6422c..1fa6617b 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.7.3") + VERSION = Gem::Version.new('1.8.0') end