Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Jan 28, 2016
1 parent f502029 commit 0f941f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 (2016-01-28)

* Bug fix: fix the issue regex is not applied on bulk clearance (#36)

## 0.3.0 (2014-05-27)

* Search by regex (#27)
Expand Down
2 changes: 1 addition & 1 deletion resque-cleaner.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "resque-cleaner"
s.version = "0.3.0"
s.version = "0.3.1"
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Resque plugin cleaning up failed jobs."
s.homepage = "https://github.com/ono/resque-cleaner"
Expand Down

0 comments on commit 0f941f1

Please sign in to comment.