- [91ededf](https://github.com/emreakay/CodeIgniter-Aauth/commit/91ededf5cd9bc47292bf2777170e507af969f0f5) changed version to 2.5.5 (@REJack)
- [5701a7a](https://github.com/emreakay/CodeIgniter-Aauth/commit/5701a7a6fc89a0133f6fff9eafe46b19c41f2c03) some little fixes with ddos_protection & reCAPTCHA (@REJack)
- fixed timestamp where in `reset_login_attempts()`, `get_login_attempts()`&`update_login_attempts()`
- fixed `login()` removed cookie/session-userdata for reCAPTCHA (if reCAPTCHA needed)
- [66622f6](https://github.com/emreakay/CodeIgniter-Aauth/commit/66622f640f2b454c04257b946b1062293993ed3b) DDoS Protections fixes in `login()` (@REJack)
- removed user get query from DDoS check in
- fixed DDoS protection to update login_attempts if user not exist too
@ -33,19 +33,16 @@
- Fixed `get_pm()` method to fetch correct PM #145
### v2.5.0 (2016/06/01)
- [a55f9c3](https://github.com/emreakay/CodeIgniter-Aauth/commit/a55f9c35a3bda443d81065631ad7a37eeb9a64bb) last changes in CHANGELOG for v2.5.0 (@REJack)