Skip to content

Commit

Permalink
Release 2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Oct 24, 2014
1 parent c12726f commit dfc0e71
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.0 (October 24, 2014)
------------------------

* Revert "Move generation callback from `before_save` to `before_validation` to
allow validations to utilize the sequential id". This change introduced a
critical bug where generating multiple records in one transaction would lead
to duplicate ids (see #10)

1.6.0 (April 10, 2014)
----------------------

Expand Down Expand Up @@ -47,4 +55,4 @@
0.1.0 (February 19, 2012)
-------------------------

* Initial release
* Initial release
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

require 'rake/testtask'
Expand Down
2 changes: 1 addition & 1 deletion lib/sequenced/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sequenced
VERSION = "1.6.0"
VERSION = "2.0.0"
end

0 comments on commit dfc0e71

Please sign in to comment.