diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6af9f5..c4e01857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Overcommit Changelog +## 0.71.0 + +* Fix race condition when reading input from stdin in hooks +* Update Solargraph regex matcher + ## 0.70.0 * Add `oxfmt` and `oxlint` pre-commit hooks diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index a9a20768..3c35fe63 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.70.0' + VERSION = '0.71.0' end