README.md in logster-1.2.1 vs README.md in logster-1.2.2
- old
+ new
@@ -94,9 +94,12 @@
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
# CHANGELOG
+- 2016-03-22: Version 1.2.2
+ - Fix: Conflicting attributes and method name for `Logster::RedisStore#rate_limits`.
+ - Fix: Rate limit checker was tracking limits too early. It should only track when a message has been bumped or saved.
- 2016-03-22: Version 1.2.1
- Feature: Add method to retrieve current rate from rate limiters.
- Feature: Make `RedisStore#rate_limits` readable.
- Feature: Make `RedisRateLimiter#callback` and `RedisRateLimiter#duration` readable.