summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-05-12 21:25:54 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-05-12 21:25:54 -0300
commitf6dad04066a7ec982f07d12db04aa8633a541ec3 (patch)
treec3be6def8caf2fadf01fdf98038235953682b73b
parent2be1734b5283e74511898ba3ffe50aeed6048917 (diff)
downloadhighline-f6dad04066a7ec982f07d12db04aa8633a541ec3.tar.gz
Release 2.0.0-develop.16v2.0.0.pre.develop.16
-rw-r--r--Changelog.md4
-rw-r--r--lib/highline/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 5d3b044..c7f384d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,10 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0-develop.16 / 2018-05-12
+* PR #231 - Deprecate safe_level of ERB.new in Ruby 2.6 (@koic)
+* PR #230 - Fix behavior when shell and gather options are selected together
+
### 2.0.0-develop.15 / 2017-12-28
* PR #229 - Update .travis.yml. Add Ruby 2.5 to matrix (@abinoam)
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 8465ec5..879c9c9 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.15".freeze
+ VERSION = "2.0.0-develop.16".freeze
end