From 0f1b0eb6e31ea8a2f3dce11dbbc181a886ea0696 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Tue, 21 Nov 2017 22:19:21 -0300 Subject: Prepare for v2.0.0-develop.14 --- Changelog.md | 3 +++ lib/highline/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 53dd055..2e316ff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ Below is a complete listing of changes for each revision of HighLine. +### 2.0.0-develop.14 / 2017-11-21 +* PR #222 / I #221 - Fix inconsistent behaviour when using agree with readline (@abinoam, @ailisp) + ### 2.0.0-develop.13 / 2017-11-05 * PR #219 - Make possible to use a callable as response (@abinoam) diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 1def22d..3bd94a3 100644 --- a/lib/highline/version.rb +++ b/lib/highline/version.rb @@ -2,5 +2,5 @@ class HighLine # The version of the installed library. - VERSION = "2.0.0-develop.13".freeze + VERSION = "2.0.0-develop.14".freeze end -- cgit v1.2.1