Skip to content

Commit

Permalink
Improve Changelog for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikyriak committed Apr 3, 2024
1 parent 926fe62 commit a1fa651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a1fa651

Please sign in to comment.