From a1fa651c804e87e2a4bfe3d9c03711e1a51e29c9 Mon Sep 17 00:00:00 2001 From: Ioannis Kyriakidis Date: Wed, 3 Apr 2024 09:46:44 +0300 Subject: [PATCH] Improve Changelog for v2.4.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef56554..d57a6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [2.4.0] - 2024-04-03 - Add an extension to register the `IIdempotencyOptions` that will enable the use of the `[Idempotent(UseIdempotencyOption = true)]` option. In this way, the attribute will use the predefined `IIdempotencyOptions`. +- Thank you, [@Jevvry](https://github.com/Jevvry), for your time and implementation. This was an excellent idea ([#68](https://github.com/ikyriak/IdempotentAPI/issues/68)) 🙏💪. ```c# // Register the Core service and the `IIdempotencyOptions`. services.AddIdempotentAPI(idempotencyOptions);