diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abcd2fb..d0c4d9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.37.0 * Updates rubocop to [1.64.1](https://github.com/rubocop/rubocop/releases/tag/v1.64.1) diff --git a/Gemfile.lock b/Gemfile.lock index 9ee67a70..ad21bebc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.36.0) + standard (1.37.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index bcc99476..ad7d1c62 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.36.0") + VERSION = Gem::Version.new("1.37.0") end