From a91cec6a81f2ea0c373d52f04bf90fe9fe74831f Mon Sep 17 00:00:00 2001 From: alex289 Date: Fri, 26 Apr 2024 09:59:32 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v1.1.3 [skip ci] --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284b3d9..f05f3ef 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.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 \ No newline at end of file +[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