Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed Nov 10, 2014
1 parent 6257dc2 commit be642ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
v1.1.0

v1.2.0
- 2014/11/10: feature(hash_counter): added float mode (Artem Napolskih)
- 2014/10/22: feature(unique_values_list): introduced a list of unique values to expiry of the members (Artem Napolskih)
- 2014/10/17: feature(unique_values_list): introduce has_value? method (Artem Napolskih)
- 2014/10/17: feature(unique_values_list): rename Standard and Fast unique values list to Blocking and NonBlocking respectively (Artem Napolskih)
- 2014/10/17: chore(specs): reorganize unique lists specs (Artem Napolskih)
- 2014/04/23: chore(all): fix circleci badge (Artem Napolskih)
- 2013/11/20: Release 1.1.0 (Artem Napolskih)
- 2013/11/20: refactor(all): back delete_all! methods (Artem Napolskih)
- 2013/11/15: refactor(all): extract Cluster and Partition classes (Artem Napolskih)
- 2013/11/15: refactor(all): shared code of clustering and partitioning extracted into module (Napolskih)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion lib/redis_counters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RedisCounters
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit be642ce

Please sign in to comment.