summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-21 22:19:21 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-21 22:19:21 -0300
commit0f1b0eb6e31ea8a2f3dce11dbbc181a886ea0696 (patch)
tree542006cdada53a2d3e8fa803257dd2cd72fa60d5
parent707af286a1e34436e9071f13219fcfa63ea42835 (diff)
downloadhighline-issue_221.tar.gz
Prepare for v2.0.0-develop.14issue_221
-rw-r--r--Changelog.md3
-rw-r--r--lib/highline/version.rb2
2 files changed, 4 insertions, 1 deletions
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