CHANGELOG.md in simple_throttle-1.0.5 vs CHANGELOG.md in simple_throttle-1.0.6

- old
+ new

@@ -2,9 +2,14 @@ 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.0.6 + +### Added +- Add support for `pause_to_recover` flag on throttles to force calls to the throttle to fail until the process calling them has paused temporarily. + ## 1.0.5 ### Added - Make loading lua script play better with Redis clusters. - Handle failures loading lua script on Redis server to prevent infinite loop.