diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e01857..5a700594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Overcommit Changelog +## 0.72.0 + +* Fix Solargraph regexp capture warning +* Fix Flay hook when flay crashes instead of silently passing +* Fix operation state restoration in linked worktrees +* Update rexml constraint to patch [CVE-2025-58767](https://github.com/advisories/GHSA-c2f4-jgmc-q2r5) + ## 0.71.0 * Fix race condition when reading input from stdin in hooks diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index 3c35fe63..e8ffe884 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.71.0' + VERSION = '0.72.0' end