# CHANGELOG ## 0.3.1 * bugfix for Rails 4.1 and Minitest 5.x support ## 0.3.0 * added support for Rails 4.1 and Minitest >= 5.x (thanks to [@clod81](https://github.com/clod81)) ## 0.2.0 * added support for Rails 4.0 (thanks to [@clod81](https://github.com/clod81)) ## 0.1.2 * added assert_content_type ## 0.1.1 * assert_mail subject now support regular explicitly (not implicitly anymore) ## 0.1.0 * include assert_mail * include assert_json * initial version