aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xkerl2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8637e2d..107ea3a 100644
--- a/README.md
+++ b/README.md
@@ -661,6 +661,10 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+13 November 2017 - 1.8.1
+
+ - Fix removing an installation by its name. (#244)
+
8 November 2017 - 1.8.0
- Include support for installing and managing docsh (#213)
diff --git a/kerl b/kerl
index f48da1c..8856f2a 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.8.0"
+KERL_VERSION="1.8.1"
#Grep fix for mac pcre errors
GREP_OPTIONS=''