aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rwxr-xr-xkerl2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6576343..4b65f31 100644
--- a/README.md
+++ b/README.md
@@ -442,6 +442,13 @@ Prints the available builds and installations as well as the currently active in
Changelog
---------
+20 July 2016 - 1.3.2
+
+ - Optionally enhance the activation prompt (#149)
+ - Do not permit installation into a location that's already installed (#150)
+ - Fix duplicate response from `kerl prompt` (fix #88) (#150)
+ - Do not run if $HOME is not set. (fix #22) (#151)
+
16 July 2016 - 1.3.1
- Fix argument order in archive unpacking (#146)
diff --git a/kerl b/kerl
index 74df2d1..1841b28 100755
--- a/kerl
+++ b/kerl
@@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-KERL_VERSION="1.3.1"
+KERL_VERSION="1.3.2"
#Grep fix for mac pcre errors
GREP_OPTIONS=''