aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rwxr-xr-xkerl2
2 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c9ab83..7c3f39b 100644
--- a/README.md
+++ b/README.md
@@ -691,6 +691,17 @@ will eventually deal with this issue.
Changelog
---------
+25 September 2018 - 1.8.5
+
+ - Support Mojave builds (#301)
+ - Disable SC2207 for Bash completion (#296)
+
+3 August 2018 - 1.8.4
+
+ - Support docsh 0.6.1 (#290)
+ - Update docs about KERL_INSTALL_MANPAGES & HTML_DOCS (#292)
+ - Fix bash completion for Bash 3 (#295)
+
3 July 2018 - 1.8.3
- Update testing to include OTP 21 (#286)
diff --git a/kerl b/kerl
index 1af4c9c..47c853e 100755
--- a/kerl
+++ b/kerl
@@ -27,7 +27,7 @@ unset ERL_TOP
# Make sure CDPATH doesn't affect cd in case path is relative.
unset CDPATH
-KERL_VERSION='1.8.4'
+KERL_VERSION='1.8.5'
DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git'
ERLANG_DOWNLOAD_URL='https://www.erlang.org/download'