Skip to content

Commit

Permalink
Bump version to 1.1.2.
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <david@davidcelis.com>
  • Loading branch information
David Celis committed Jul 17, 2012
1 parent b455de7 commit e204f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.markdown
@@ -1,8 +1,12 @@
Changelog
=========

1.1.1 (current version)
1.1.2 (Current version)
-----------------------
* Fix #38, a problem with enqueueing users based on updating the score of a recommendable record

1.1.1
-----
* Support for Sidekiq, Resque, DelayedJob and Rails::Queueing (issue #28)
* You must manually bundle Sidekiq, Resque, or DelayedJob. Rails::Queueing is available as a fallback for Rails 4.x
* Use [apotonick/hooks](https://github.com/apotonick/hooks) to implement callbacks (issue #25). See the [detailed README](http://davidcelis.com/recommendable) for more info on usage.
Expand Down
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
@@ -1,3 +1,3 @@
module Recommendable
VERSION = '1.1.1'
VERSION = '1.1.2'
end

0 comments on commit e204f50

Please sign in to comment.