= Change Log =

* 2.0.0 - Removed silence - recommend to use a log filtering gem instead
* 1.4.1 - Rails 4 and route changes
  * Now handles routes being generated multiple times by some gem / rails / ruby combinations - Previously multiple calls to health_check_routes where ignored, now explicit calls to health_check_route always adds the route but flags that it doesn't have to be added again on the end of the list
  * Uses ActiveRecord::Migration.check_pending! if available and returns the message if an exception is raised (Rails 4.0+)
  * Simplified routing rules down to one rule for Rails 3.0+
  * Includes some changes for rails 4.1 (edge) - but still a work in progress
* 1.3.1 - Include changes from contributers:
  * Migrations with dots are now handled
  * the list of checks for "full" / "all" can be configured
* 1.2.0 - The gem can now be configured, including timeouts, status codes and text returned on success
        - Customn checks can be added via initializer like config.add_custom_check { CustomCheckClass.a_custom_check }
	- You can now request the response to be json or xml (via url or Content-accepted header)
	- reduced tests to the versions of ruby recomended for the different versions of rails
* 1.1.2 - Change to bundler support for building gems, as jeweler gem was broken by v2.0.0 of rubygems
* 1.1.0 - Include cache check (Thanks to https://github.com/mgomes1 ) and some changes to test setup to workaround and diagnose test failures under rvm
* 1.0.2 - Included travis config and gemfiles used in travis tests in gem and changes to test setup so that gem test 
* 1.x - Includes Rails 3.x suppprt as an Engine
* 0.x - Rails 2.3
