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 6e46818..7148a61 100644
--- a/README.md
+++ b/README.md
@@ -684,6 +684,12 @@ will eventually deal with this issue.
Changelog
---------
+5 March 2018 - 1.8.2
+
+ - Apply zlib patch when building OTP 17-19. (#258)
+ - Add CircleCI (#246)
+ - Fix empty package name warning (#245)
+
13 November 2017 - 1.8.1
- Fix removing an installation by its name. (#244)
diff --git a/kerl b/kerl
index c3fe8b7..b669426 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.8.1"
+KERL_VERSION="1.8.2"
#Grep fix for mac pcre errors
GREP_OPTIONS=''