0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-29 18:21:08 +00:00

docs: update CHANGELOG.md for v1.5.0 (#79)

This commit is contained in:
Alex 2024-11-13 14:13:35 +01:00 committed by GitHub
commit a265ff72f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,16 @@ 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).
## [v1.5.0] - 2024-11-13
### :sparkles: New Features
- [`804679d`](https://github.com/alex289/CleanArchitecture/commit/804679d6765df33ab5472e9f91ed8d75ed2fc5f4) - dotnet 9 *(commit by [@alex289](https://github.com/alex289))*
- [`1e6c51f`](https://github.com/alex289/CleanArchitecture/commit/1e6c51fa792f1437f96d6ac8b22ee7fed50eddf9) - dotnet 9 *(PR [#78](https://github.com/alex289/CleanArchitecture/pull/78) by [@alex289](https://github.com/alex289))*
### :wrench: Chores
- [`31ee2b7`](https://github.com/alex289/CleanArchitecture/commit/31ee2b72396a2ec8d29349d929cda1036dff58e9) - bump the dependencies group with 17 updates *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))*
- [`18f4583`](https://github.com/alex289/CleanArchitecture/commit/18f458332f5e8d164cffb46dd9d9f30b2b4afef7) - bump the dependencies group with 17 updates *(PR [#77](https://github.com/alex289/CleanArchitecture/pull/77) by [@alex289](https://github.com/alex289))*
## [v1.4.0] - 2024-10-02
### :sparkles: New Features
- [`336bfc1`](https://github.com/alex289/CleanArchitecture/commit/336bfc1d11bd30f56f5ce05c36487353527fedba) - Use NUnit for Integration tests *(commit by [@alex289](https://github.com/alex289))*
@ -115,3 +125,4 @@ _This is the initial release._
[v1.3.3]: https://github.com/alex289/CleanArchitecture/compare/v1.3.2...v1.3.3
[v1.3.4]: https://github.com/alex289/CleanArchitecture/compare/v1.3.3...v1.3.4
[v1.4.0]: https://github.com/alex289/CleanArchitecture/compare/v1.3.4...v1.4.0
[v1.5.0]: https://github.com/alex289/CleanArchitecture/compare/v1.4.0...v1.5.0