diff --git a/changelog.md b/changelog.md index a5f5c6a..1841372 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.19.0] - 2023-08-17 ### Changed - VMs running via QEMU only expose SSE and SSE2 CPU features ([#60](https://github.com/cross-platform-actions/action/issues/60)). This changes the machine to `q35` and the cpu to `max`, for x86-64 using @@ -127,8 +129,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.18.0...HEAD +[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/cross-platform-actions/action/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/cross-platform-actions/action/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/cross-platform-actions/action/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/cross-platform-actions/action/compare/v0.15.0...v0.16.0