diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb8a68..ae66a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.13.2 - 2024-10-23 +### Changed +- Updated dependencies + ## 0.13.1 - 2024-07-15 ### Changed - Removed Slack references diff --git a/Gemfile.lock b/Gemfile.lock index 2b54b14..a99794c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-vendor (0.13.1) + rubocop-vendor (0.13.2) rubocop GEM diff --git a/lib/rubocop/vendor/version.rb b/lib/rubocop/vendor/version.rb index 3160e3d..a4714e1 100644 --- a/lib/rubocop/vendor/version.rb +++ b/lib/rubocop/vendor/version.rb @@ -2,6 +2,6 @@ module RuboCop module Vendor - VERSION = '0.13.1' + VERSION = '0.13.2' end end