Skip to content

Commit

Permalink
Prepare for release 1.2.0, fixes GH-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 15, 2012
1 parent dbb04b0 commit 874c80d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
deadlock_retry changes

== v1.2.0

* Support for postgres (tomhughes)
* Testing AR versions (kbrock)

== v1.1.2

* Exponential backoff, sleep 0, 1, 2, 4... seconds between retries.
Expand Down
4 changes: 2 additions & 2 deletions lib/deadlock_retry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeadlockRetry
VERSION = '1.1.2'
end
VERSION = '1.2.0'
end

0 comments on commit 874c80d

Please sign in to comment.