Stable version 0.5.0

This release is dedicated to Valve for keeping PC gaming awesome.
Also, for that time they proved the need for a tool like ShellCheck.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7140cc8..a29a1d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,11 @@
-## Latest - ???
+## v0.5.0 - 2018-05-31
 ### Added
 - SC2233/SC2234/SC2235: Suggest removing or replacing (..) around tests
 - SC2232: Warn about invalid arguments to sudo
 - SC2231: Suggest quoting expansions in for loop globs
 - SC2229: Warn about 'read $var'
 - SC2227: Warn about redirections in the middle of 'find' commands
-- SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
+- SC2224/SC2225/SC2226: Warn when using mv/cp/ln without a destination
 - SC2223: Quote warning specific to `: ${var=value}`
 - SC1131: Warn when using `elseif` or `elsif`
 - SC1128: Warn about blanks/comments before shebang
diff --git a/ShellCheck.cabal b/ShellCheck.cabal
index 591ef97..9993ba9 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,5 +1,5 @@
 Name:             ShellCheck
-Version:          0.4.7
+Version:          0.5.0
 Synopsis:         Shell script analysis tool
 License:          GPL-3
 License-file:     LICENSE