Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c1n1c committed Jun 14, 2016
1 parent 68649ed commit 4d46356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

#### [Current]
* 2016-06-07 [2bc67b8](../../commit/2bc67b8) - __(Mikhail Nelaev)__ fix: disconnect before forking
* 2016-05-20 [faa3bed](../../commit/faa3bed) - __(Evgeny Esaulkov)__ feat: allow erb syntax in conf file

#### v1.8.0
* 2016-05-23 [410dee3](../../commit/410dee3) - __(Simeon Movchan)__ Release 1.8.0
* 2016-05-17 [d262d6e](../../commit/d262d6e) - __(Dmitry Bochkarev)__ fix: запуск GC при завершении работы воркеров

#### v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/integration/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Resque
module Integration
VERSION = '1.8.0'
VERSION = '1.9.0'
end
end

0 comments on commit 4d46356

Please sign in to comment.