aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rwxr-xr-xkerl2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 566aed1..2ec2f39 100644
--- a/README.md
+++ b/README.md
@@ -631,6 +631,12 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+2 October 2017 - 1.6.0
+
+ - Support clang 9 and High Sierra command-line tools (CLT) on older Erlang
+ builds. (#234)
+ - Fix a pointer error on clang 9 (#235)
+
25 May 2017 - 1.5.1
- Bug Fix: Remove spurious spaces (#209)
diff --git a/kerl b/kerl
index 3f4671d..ded8aad 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.5.1"
+KERL_VERSION="1.6.0"
#Grep fix for mac pcre errors
GREP_OPTIONS=''