From 6df808b6021812d825fa6fdea1914fe8a97ce7e7 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Thu, 28 Dec 2017 00:48:30 -0300 Subject: Bump version to 2.0.0-develop.15 and update Changelog --- Changelog.md | 3 +++ lib/highline/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1