From e346bea95660ef478d7022ed178ad8ee239fd893 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Wed, 2 Feb 2022 11:43:57 +0700 Subject: [PATCH] chore: release v2.0.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e581128..b6f2275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 2022-02-02 + +### Fixed + +- CI can not read changelog + ## [2.0.1] - 2022-02-02 ### Fixed @@ -67,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0 [1.1.1]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.0...v1.1.1