Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ikyriak committed Jul 10, 2024
1 parent e05b252 commit f022d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.0] - 2024-07-00
## [2.5.0] - 2024-07-10
- 🌟 Support [FastEndpoints](https://fast-endpoints.com/), a developer-friendly alternative to Minimal APIs and MVC. Thank you, [@CaptainPowerTurtle](https://github.com/CaptainPowerTurtle), for reporting issue [#72](https://github.com/ikyriak/IdempotentAPI/issues/72) and [@dj-nitehawk](https://github.com/dj-nitehawk) for helping me integrate with `FastEndpoints` 🙏💪.
- ⚙ Add the option to configure the Newtonsoft `SerializerSettings` based on our needs. For example, this will enable us to use [NodaTime](https://nodatime.org/) in our DTOs. Thank you, [@angularsen](https://github.com/angularsen), for reporting the issue [#74](https://github.com/ikyriak/IdempotentAPI/issues/74) and sharing your ideas to improve the `IdempotentAPI` library 🙏.
- IdempotentAPI.MinimalAPI `v3.1.0`:
Expand Down

0 comments on commit f022d33

Please sign in to comment.