diff --git a/CHANGELOG.md b/CHANGELOG.md index 773414c2..f1cf93c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ @samber: I sometimes forget to update this file. Ping me on [Twitter](https://twitter.com/samuelberthe) or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade. +## 1.36.0 (2022-11-28) + +Adding: +- lo.AttemptWhile +- lo.AttemptWhileWithDelay + ## 1.35.0 (2022-11-15) Adding: diff --git a/README.md b/README.md index 21288132..4aaeb55a 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,9 @@ Function helpers: Concurrency helpers: - [Attempt](#attempt) +- [AttemptWhile](#attemptwhile) - [AttemptWithDelay](#attemptwithdelay) +- [AttemptWhileWithDelay](#attemptwhilewithdelay) - [Debounce](#debounce) - [Synchronize](#synchronize) - [Async](#async)