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