From e86b9972c7e55554f9e2765367b7c66ca810282b Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Thu, 18 Aug 2016 16:51:40 -0700 Subject: [PATCH] Bump to 2.7.2 --- History.txt | 9 +++++++++ lib/benchmark/ips.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 80a8b90..045a7d8 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,12 @@ +=== 2.7.2 / 2016-08-18 + +* 1 bug fix: + * Restore old accessors. Fixes #76 + +=== 2.7.1 / 2016-08-08 + +Add missing files + === 2.7.0 / 2016-08-05 * 1 minor features: diff --git a/lib/benchmark/ips.rb b/lib/benchmark/ips.rb index eaa9672..27f8440 100644 --- a/lib/benchmark/ips.rb +++ b/lib/benchmark/ips.rb @@ -15,7 +15,7 @@ module Benchmark module IPS # Benchmark-ips Gem version. - VERSION = "2.7.1" + VERSION = "2.7.2" # CODENAME of current version. CODENAME = "Cultivating Confidence"