From 0c3809f58e9398e4a32b27cc2cdd6b26b38611ca Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Jr Date: Mon, 29 Jun 2015 18:49:26 -0300 Subject: Bump up version to 1.7.3 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 49e533e..ae7368b 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.3 / 2015-06-29 +* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques Jr. (@abinoam), #142, PR #143) + ### 1.7.2 / 2015-04-19 #### Bug fixes diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 618c4cd..65be5ed 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.2".freeze + VERSION = "1.7.3".freeze end -- cgit v1.2.1