diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbb51ff..8977c209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.6.0 * Update rubocop-performance from 1.12.0 to [1.13.1](https://github.com/rubocop/rubocop-performance/tag/v1.13.1) * Update rubocop from 1.23.0 to [1.24.1](https://github.com/rubocop/rubocop/tag/v1.24.1) diff --git a/Gemfile.lock b/Gemfile.lock index 4bc6a404..5e5e734e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.5.0) + standard (1.6.0) rubocop (= 1.24.1) rubocop-performance (= 1.13.1) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index eaf9185f..35980fb4 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.5.0") + VERSION = Gem::Version.new("1.6.0") end