CHANGELOG.md in simple_throttle-1.1.0 vs CHANGELOG.md in simple_throttle-1.1.1

- old
+ new

@@ -2,9 +2,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.1.1 + +### Fixed + +- Fixed `increment!` method to return the correct value after removing expired requests rather than the raw count from Redis. + ## 1.1.0 ### Added - Added `increment!` method to increment the throttle by a given amount and return the current count.