CHANGELOG.md in mongoid-minitest-0.1.1 vs CHANGELOG.md in mongoid-minitest-0.1.2

- old
+ new

@@ -1,7 +1,19 @@ -## 0.1.1 - unreleased +## 0.1.2 - August 13, 2012 -+ Remove required ruby version from the gemspec. Fixes [#9](https://github.com/frodsan/mongoid-minitest/pull/9). ++ Allow passing in a Regex to the validate_format_of matcher. + Pull Request [#12](https://github.com/frodsan/mongoid-minitest/pull/12) - *Godfrey Chan*. ++ Allow non-array values for inclusion/exclusion matchers. + Pull Request [#11](https://github.com/frodsan/mongoid-minitest/pull/11) - *Godfrey Chan*. ++ Added as_inverse_of for association matchers. + Pull Request [#10](https://frodsan/mongoid-minitest/pull/10) - *Godfrey Chan*. ++ Use [minitest-matchers](https://github.com/zenspider/minitest-matchers) gem + instead of our matchers implementation - *Francesco Rodriguez*. ++ Bump mongoid version to 3.0.4 - *Francesco Rodriguez*. + +## 0.1.1 - August 09, 2012 + ++ Remove required ruby version from the gemspec. Fixes [#9](https://github.com/frodsan/mongoid-minitest/pull/9). *Francesco Rodriguez* ## 0.1.0 - August 09, 2012 + Change support to only Ruby 1.9.3. + Bump mongoid version to 3.0.2 and minitest version to 3.3.0 and minitest version