diff --git a/CHANGELOG.md b/CHANGELOG.md index c701d858..ec780df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.40.0 + * Updates rubocop to [1.65.1](https://github.com/rubocop/rubocop/releases/tag/v1.65.1) ## 1.39.2 diff --git a/Gemfile.lock b/Gemfile.lock index 84f9b03c..4435bcf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.39.2) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.65.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index d7fcf7db..0618e346 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.39.2") + VERSION = Gem::Version.new("1.40.0") end