From 6d04c9542c12a54769a65e0a74cf063f1460c3ea Mon Sep 17 00:00:00 2001 From: Artem Napolskih Date: Mon, 21 Oct 2013 10:13:59 +0600 Subject: [PATCH] Release 1.0.0 --- CHANGELOG | 7 +++++++ VERSION | 2 +- lib/redis_counters/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dcee109..729f3cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ +v1.0.0 + - 2013/10/18: feature(unique_values_lists): added methods to read and delete data (Artem Napolskih) + - 2013/10/10: feature(unique_hash_counter): introduce unique list postfix delimiter (Artem Napolskih) + - 2013/10/10: feature(hash_counter): added methods to read and delete data (Artem Napolskih) + - 2013/09/13: docs(all): documenting (Artem Napolskih) + v1.0.0beta1 + - 2013/09/13: Release 1.0.0beta1 (Artem Napolskih) - 2013/09/12: feature(all) introduce key and value delimiters (Artem Napolskih) - 2013/09/12: feature(unique_values_list): fast (non blocking) unique values list added (Artem Napolskih) - 2013/09/11: Initial commit (Artem Napolskih) diff --git a/VERSION b/VERSION index 309ec4f..afaf360 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0beta1 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/lib/redis_counters/version.rb b/lib/redis_counters/version.rb index 03ff4e4..b7f4cf6 100644 --- a/lib/redis_counters/version.rb +++ b/lib/redis_counters/version.rb @@ -1,3 +1,3 @@ module RedisCounters - VERSION = '1.0.0beta1' + VERSION = '1.0.0' end \ No newline at end of file