0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 02:31:08 +00:00

docs: update CHANGELOG.md for v1.1.3 [skip ci]

This commit is contained in:
alex289 2024-04-26 09:59:32 +00:00 committed by github-actions[bot]
parent 95e0a0af13
commit a91cec6a81

View File

@ -4,6 +4,11 @@ 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.1.3] - 2024-04-26
### :bug: Bug Fixes
- [`95e0a0a`](https://github.com/alex289/CleanArchitecture/commit/95e0a0af139dddab6e0c7204edb4653e16578776) - Changelog and remove force push *(commit by [@alex289](https://github.com/alex289))*
## [v1.1.2] - 2024-04-26
### :bug: Bug Fixes
- [`2be109b`](https://github.com/alex289/CleanArchitecture/commit/2be109b468714366a9be327a9e550f413b42728c) - Changelog and force push updated changelog *(commit by @alex289)*
@ -31,4 +36,5 @@ _This is the initial release._
[v1.0.0]: https://github.com/alex289/CleanArchitecture/commits/v1.0.0
[v1.1.0]: https://github.com/alex289/CleanArchitecture/compare/v1.0.0...v1.1.0
[v1.1.1]: https://github.com/alex289/CleanArchitecture/compare/v1.1.0...v1.1.1
[v1.1.2]: https://github.com/alex289/CleanArchitecture/compare/v1.1.1...v1.1.2
[v1.1.2]: https://github.com/alex289/CleanArchitecture/compare/v1.1.1...v1.1.2
[v1.1.3]: https://github.com/alex289/CleanArchitecture/compare/v1.1.2...v1.1.3