From 4b00fd0b2fdc4416b25cdc5b049ad4fab3379717 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Tue, 10 May 2022 07:41:18 +0200 Subject: [PATCH] Update changelog --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c55c2e6..5fafffe 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2022-05-10 +### Added +- Add support for running FreeBSD on Linux ([#8](https://github.com/cross-platform-actions/action/issues/8)) + ## [0.3.1] - 2021-12-06 ### Fixed - Missing QEMU dependency glib ([#5](https://github.com/cross-platform-actions/action/issues/5)) @@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/cross-platform-actions/action/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/cross-platform-actions/action/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/cross-platform-actions/action/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/cross-platform-actions/action/compare/v0.0.2...v0.2.0