diff --git a/CHANGELOG.md b/CHANGELOG.md index 744f5255..da5ad235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.31.2 * Updates rubocop to [1.52.4](https://github.com/rubocop/rubocop/releases/tag/v1.52.4) * Updates standard-performance to [v1.2.1](https://github.com/standardrb/standard-performance/releases/tag/v1.2.1) diff --git a/Gemfile.lock b/Gemfile.lock index c26759cb..47d7f875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.31.1) + standard (1.31.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.56.4) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index c8271850..5dab983c 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.31.1") + VERSION = Gem::Version.new("1.31.2") end