diff --git a/CHANGELOG.md b/CHANGELOG.md index b414a059..c63194d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.3.0 * Update rubocop from 1.19.1 to [1.20.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.20.0) diff --git a/Gemfile.lock b/Gemfile.lock index 1c1404bb..b439bdc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.2.0) + standard (1.3.0) rubocop (= 1.20.0) rubocop-performance (= 1.11.5) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index fbbcdaf7..0c279f30 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.2.0") + VERSION = Gem::Version.new("1.3.0") end