diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b969c7..9751341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,9 @@ # 1.1.2 - Add CoffeeScript for tooltip context + +# 1.1.3 + +- Rename label from dalli to memcache - #6 @twe4ked +- Capture "other" cache related notifications - #5 @twe4ked +- Display durations more than 1000ms in seconds - #3 @jonah-williams diff --git a/lib/peek-dalli/version.rb b/lib/peek-dalli/version.rb index 2cbdc2f..5e5cc38 100644 --- a/lib/peek-dalli/version.rb +++ b/lib/peek-dalli/version.rb @@ -1,5 +1,5 @@ module Peek module Dalli - VERSION = '1.1.2' + VERSION = '1.1.3' end end