CHANGELOG.md in rate_limiter-0.0.4 vs CHANGELOG.md in rate_limiter-0.0.5

- old
+ new

@@ -1,4 +1,13 @@ +## v0.0.5 + +* Enabling/Disabling for individual controllers actually works now. + +## v0.0.4 + +* Added dummy Rails application for testing. +* Updated development dependencies. + ## v0.0.3 * Added more if and unless conditions for rate limiting. * Added ability to enable or disable rate limiting on a controller or model. * Added RateLimiter source for determining the current user.