aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rwxr-xr-xkerl2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9700327..8daad34 100644
--- a/README.md
+++ b/README.md
@@ -682,6 +682,11 @@ will eventually deal with this issue.
Changelog
---------
+3 July 2018 - 1.8.3
+
+ - Update testing to include OTP 21 (#286)
+ - Fix an issue affecting CD\_PATH during builds (#284)
+
5 March 2018 - 1.8.2
- Apply zlib patch when building OTP 17-19. (#258)
diff --git a/kerl b/kerl
index ae869b0..7baf098 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.2'
+KERL_VERSION='1.8.3'
DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git'
ERLANG_DOWNLOAD_URL='https://www.erlang.org/download'