diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0afbeb..f6f8d1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## 1.43.0 + +* Updates rubocop to [1.69.1](https://github.com/rubocop/rubocop/tree/v1.69.1) ## 1.42.1 diff --git a/Gemfile.lock b/Gemfile.lock index 8ffac649..29937373 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.42.1) + standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.69.1) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 7af0699c..cd0f8a51 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.42.1") + VERSION = Gem::Version.new("1.43.0") end