Skip to content

Commit

Permalink
Prep changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Sep 17, 2023
1 parent fdee1f1 commit 8e0e43f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.2.0 - 2023-09-17

### Changed

- Minimum PHP version is now 8.1

### Added

- Support for infinite retries on any strategy (use `-1`).
- Jitter strategy that jitters after a threshold (`JitterAfterThreashold`).
- A task runner that uses a back-off strategy for retries (`BackOffRunner`).

## 1.1.1 - 2022-07-19

### Fixed
Expand Down

0 comments on commit 8e0e43f

Please sign in to comment.