diff --git a/CHANGELOG.md b/CHANGELOG.md index b9622b3d..8a892a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Cookstyle Changelog - -## [v7.32.11](https://github.com/chef/cookstyle/tree/v7.32.11) (2024-07-23) + +## [v7.32.12](https://github.com/chef/cookstyle/tree/v7.32.12) (2024-11-26) #### Merged Pull Requests -- Correct styleguide link for TmpPath [#973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) +- [CI] Drop EOL rubies [#979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [CI] Drop EOL rubies [#979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) - Correct styleguide link for TmpPath [#973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) - Fix #970: Add extra stub to pass ConfigValidator [#971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) - [#946 and #954] Add missing tests [#972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) diff --git a/VERSION b/VERSION index 39a3e842..32302254 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.32.11 \ No newline at end of file +7.32.12 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index ee87bee3..7d5918c7 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.32.11" # rubocop: disable Style/StringLiterals + VERSION = "7.32.12" # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '1.25.1' end