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.2.0

This commit is contained in:
alex289 2024-04-26 11:35:08 +00:00 committed by github-actions[bot]
parent 585a976089
commit d7da3920d8

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.2.0] - 2024-04-26
### :sparkles: New Features
- [`585a976`](https://github.com/alex289/CleanArchitecture/commit/585a976089e0f1b9a8557b9c768e4dcba5923621) - Make pull request for updated changelog *(commit by [@alex289](https://github.com/alex289))*
## [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))*
@ -38,3 +43,4 @@ _This is the initial release._
[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.3]: https://github.com/alex289/CleanArchitecture/compare/v1.1.2...v1.1.3
[v1.2.0]: https://github.com/alex289/CleanArchitecture/compare/v1.1.3...v1.2.0