summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-09-14 21:24:19 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-09-14 21:24:19 -0300
commitef986a22d051f4e9046a4254c9b68c6cc39f75bd (patch)
tree56970c5df626892c83d1da770fe80f0bb8e202bd
parent18205b1c1d53635e9b00c71188eacf78825d9d26 (diff)
downloadhighline-ef986a22d051f4e9046a4254c9b68c6cc39f75bd.tar.gz
Update Changelog.md and bump up version to 1.7.5v1.7.5
-rw-r--r--Changelog.md6
-rw-r--r--lib/highline/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index ae7368b..2211739 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,12 @@
Below is a complete listing of changes for each revision of HighLine.
+### 1.7.5 / 2015-09-14
+* Support jruby9k for system extensions (Michael (@mmmries), PR #153)
+
+### 1.7.4 / 2015-06-16
+* Workaround on #55 for stty
+
### 1.7.3 / 2015-06-29
* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques Jr. (@abinoam), #142, PR #143)
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index d84e8e9..42c1c50 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.4".freeze
+ VERSION = "1.7.5".freeze
end