summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:48:30 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:48:30 -0300
commit6df808b6021812d825fa6fdea1914fe8a97ce7e7 (patch)
tree7bb0d609f2fcf11599df98f2d6958176de291d3a
parenta0b37634d5db287405def51988b2c30eb445626e (diff)
downloadhighline-update/ruby_version_on_travis.tar.gz
Bump version to 2.0.0-develop.15 and update Changelogupdate/ruby_version_on_travis
-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 2e316ff..5d3b044 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.15 / 2017-12-28
+* PR #229 - Update .travis.yml. Add Ruby 2.5 to matrix (@abinoam)
+
### 2.0.0-develop.14 / 2017-11-21
* PR #222 / I #221 - Fix inconsistent behaviour when using agree with readline (@abinoam, @ailisp)
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 3bd94a3..8465ec5 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.14".freeze
+ VERSION = "2.0.0-develop.15".freeze
end