summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-23 23:48:58 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-23 23:48:58 -0300
commit9f61233f4356725fd801b6b4fdf1d31b0110f2d8 (patch)
tree0636f63578235597abfac2633331bf069bc79d18
parentf1c4442ead6cd1f7c731cebff22f173416462db7 (diff)
downloadhighline-9f61233f4356725fd801b6b4fdf1d31b0110f2d8.tar.gz
Prepare for 1.7.10
-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 9d1f4f8..af15b99 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,9 @@
Below is a complete listing of changes for each revision of HighLine.
+### 1.7.10 / 2017-11-23
+* Add gemspec to Gemfile. Address #223. (@abinoam)
+
### 1.7.9 / 2017-05-08
* Fix frozen string issue on HighLine::Simulate. (Ivan Giuliani (@ivgiuliani), PR #210)
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 857e027..f5eefb8 100644
--- a/lib/highline/version.rb
+++ b/lib/highline/version.rb
@@ -1,4 +1,4 @@
class HighLine
# The version of the installed library.
- VERSION = "1.7.9".freeze
+ VERSION = "1.7.10".freeze
end