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"