All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2023-05-08
- re-export ErrMaxAttemptsReached from github.com/go-playground/pkg to allow for more reusable coe between packages.
1.2.0 - 2023-05-07
- Added MaxAttempts(..) to configuration and ErrorMaxAttemptsReached to be returned by the Sleep(...) function when configured.