diff --git a/CHANGELOG.md b/CHANGELOG.md index f05f3ef..1dc4ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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