diff --git a/CHANGELOG.md b/CHANGELOG.md index a1456a046..9118671be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Git (0.8.0) +## v0.8.0 - 2021-11-06 ### Added - `disable=all` now conveniently disables all warnings - `external-sources=true` directive can be added to .shellcheckrc to make diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 9433f550c..1167c82ee 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.7.2 +Version: 0.8.0 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE