Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gussan committed Jun 26, 2014
1 parent 033e0a6 commit 7c96e51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.1.0

* Fix RedisWorkerId's worker_id handling
* Release old worker_id only if it is before ttl
* Add required_options to generators

## 0.0.4

* [redis_worker_id generator] Release current worker_id before reaching real ttl
Expand Down
2 changes: 1 addition & 1 deletion lib/barrage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Barrage
VERSION = "0.0.4"
VERSION = "0.1.0"
end

0 comments on commit 7c96e51

Please sign in to comment.