Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 12, 2012
1 parent 12d1f89 commit fb517ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,10 @@
unreleased 0.12.0 - 2012-09-12


Bug Fixes * Identity map is now more opt-in. Middleware turns it on, but it stays off for background jobs and such without explicit intervention.

* Update to latest version of plucky
* Fix behavior of :required => true for boolean types * Rails 3.2 support
* Support new mongo hosts option format
* A few bug fixes


0.11.1 - 2012-03-30 0.11.1 - 2012-03-30


Expand Down
2 changes: 1 addition & 1 deletion lib/mongo_mapper/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: UTF-8 # encoding: UTF-8
module MongoMapper module MongoMapper
Version = '0.11.2' Version = '0.12.0'
end end

0 comments on commit fb517ee

Please sign in to comment.