Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 813 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 813 Bytes

Changelog

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

Changed

  • re-export ErrMaxAttemptsReached from github.com/go-playground/pkg to allow for more reusable coe between packages.

1.2.0 - 2023-05-07

Added

  • Added MaxAttempts(..) to configuration and ErrorMaxAttemptsReached to be returned by the Sleep(...) function when configured.