From 57c595241136887f5f8d54d572996370ffe6ab69 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Date: Tue, 19 Mar 2024 15:03:09 +0000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf5c6b..aae9e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.1.0] - 2024-03-19 + +- added onMaxRetryTimesExceeded + ## [4.0.0] - 2023-11-25 - Implementation migrated to Typescript