diff --git a/CHANGELOG.md b/CHANGELOG.md index 724a1bc4..8833f4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Overcommit Changelog -## master (unreleased) +## 0.58.0 * Add `rexml` dependency explicitly to support Ruby 3.0. * Add `DartAnalyzer` pre-commit hook to analyze Dart files. diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index b13414fe..ec9b0cca 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.57.0' + VERSION = '0.58.0' end