From 89fcd71e205b38124ce03382ead27eaf24432315 Mon Sep 17 00:00:00 2001 From: Husen Date: Sun, 1 Jun 2025 11:34:02 +0700 Subject: [PATCH] chore: release v2.4.0 Signed-off-by: Husen --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b939a90..683e9fe 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.4.0] - 2025-06-01 + +### Added + +- Loading PGP Key support - by @dcelasun + ## [2.3.0] - 2025-05-27 ### Added @@ -115,7 +121,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.3.0...HEAD +[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/hapakaien/archlinux-package-action/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/hapakaien/archlinux-package-action/compare/v2.2.1...v2.3.0 [2.2.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/hapakaien/archlinux-package-action/compare/v2.1.1...v2.2.0