diff --git a/README.md b/README.md index e200374..eba5e83 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ Versioning is strictly based on [Semantic Versioning](https://semver.org/) * push commit and tag * upload rock to luarocks: `luarocks upload rockspecs/[name] --api-key=abc` +### Unreleased + +* Fix: avoid creating multiple timers to run the same active check [#157](https://github.com/Kong/lua-resty-healthcheck/pull/157) + ### 3.0.1 (22-Dec-2023) * Fix: fix delay clean logic when multiple healthchecker was started [#146](https://github.com/Kong/lua-resty-healthcheck/pull/146)