diff --git a/CHANGELOG.md b/CHANGELOG.md index 408a33e1..c939c163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ * [CHORE] ... * [FEATURE] ... +# v4.12.0 / 2026-01-01 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.11.0...v4.12.0) + * [CHANGE] Bump cucumber dependency (by [@faisal][]) * [BUGFIX] Fixed regression in compatibility with Flog 4.9.0 (by [@faisal][]) * [CHANGE] Bump mocha dependency (by [@faisal][]) diff --git a/README.md b/README.md index cd8ceb0b..37d75483 100644 --- a/README.md +++ b/README.md @@ -244,9 +244,9 @@ RubyCritic is supporting Ruby versions: | 2.4 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) | | 2.5 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) | | 2.6 | [v4.7.0](https://github.com/whitesmith/rubycritic/tree/v4.7.0) | -| 2.7 | [v4.9.x](https://github.com/whitesmith/rubycritic/tree/v4.9.1) | -| 3.0 | latest | -| 3.1 | latest | +| 2.7 | [v4.9.1](https://github.com/whitesmith/rubycritic/tree/v4.9.1) | +| 3.0 | [v4.9.2](https://github.com/whitesmith/rubycritic/tree/v4.9.1) | +| 3.1 | [v4.12.0](https://github.com/whitesmith/rubycritic/tree/v4.12.0) | | 3.2 | latest | | 3.3 | latest | diff --git a/lib/rubycritic/version.rb b/lib/rubycritic/version.rb index 990109b4..1ece71ef 100644 --- a/lib/rubycritic/version.rb +++ b/lib/rubycritic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyCritic - VERSION = '4.10.0' + VERSION = '4.12.0' end