Change log - PaulMiami/reCAPTCHA GitHub Wiki

#Change log

1.0.1

The server validation is no longer always returning bad request 400 for a error types. If the error is due to the recaptcha response being missing or invalid, the ModelState is set to invalid and any other error return a bad request 400.

1.0.2

Added some missing error handling

1.1.0

Added localization support

1.1.1

Updated MVC dependency to version 1.0.1 Microsoft Security Advisory 3181759

1.2.0

Added an option to disable the recaptcha service (thanks @skorunka)
Fixed issue with not being able the change the validation message

1.2.1

Fixed issue

1.2.2

Updated MVC dependency