diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d36ff..9d895bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.1.0 / FIX ME + + * Added the ability to specify aggregations on hash keys that are not used at + all. In this case, the aggregator is called on an empty array. + # 1.0.0 / 2011.07.11 * Enhancements diff --git a/lib/summaryse/version.rb b/lib/summaryse/version.rb index 8e23d83..4cdedb6 100644 --- a/lib/summaryse/version.rb +++ b/lib/summaryse/version.rb @@ -2,7 +2,7 @@ module Summaryse module Version MAJOR = 1 - MINOR = 0 + MINOR = 1 TINY = 0 def self.to_s diff --git a/summaryse.noespec b/summaryse.noespec index 5a0f563..e1247c8 100644 --- a/summaryse.noespec +++ b/summaryse.noespec @@ -9,7 +9,7 @@ variables: upper: Summaryse version: - 1.0.0 + 1.1.0 summary: |- Array#summaryse description: |-