diff --git a/CHANGELOG.md b/CHANGELOG.md index d48fab3..1bcaaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Release 1.5.1 + +* Refactor ConfigParser to just parse the config into ParsedOptions, separating + the file-filter/excludes handling properly (#114) +* Update the standard/rubocop constraints (dev-only) +* Fail the pipeline when rspec encounters non-spec failures (#120 resolves #119) +* Expose error messages when brakeman encounters errors (#122 resolves #115) + ## Release 1.5.0 * Update to comply with current standardrb rules, and use checkout@v4 diff --git a/lib/quiet_quality/version.rb b/lib/quiet_quality/version.rb index bc8fb93..2bc5fb8 100644 --- a/lib/quiet_quality/version.rb +++ b/lib/quiet_quality/version.rb @@ -1,3 +1,3 @@ module QuietQuality - VERSION = "1.5.0" + VERSION = "1.5.1" end