diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c3400..694fe21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [unreleased] +## [Unreleased] + +## [v1-alpha.15] - 2024-11-27 ### Added @@ -66,7 +68,7 @@ and this project adheres to [Semantic Versioning]. ### Fixed -- Reinstall QEMU as a workaround for https://github.com/actions/runner-images/issues/8104 +- Reinstall QEMU as a workaround for even when cache is restored ([#14](https://github.com/douglascamata/setup-docker-macos-action/pull/14)). ## [v1-alpha.8] - 2023-08-21 @@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning]. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.14...HEAD +[Unreleased]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.15...HEAD +[v1-alpha.15]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.14...v1-alpha.15 [v1-alpha.14]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.13...v1-alpha.14 [v1-alpha.13]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.12...v1-alpha.13 [v1-alpha.12]: https://github.com/douglascamata/setup-docker-macos-action/compare/v1-alpha.11...v1-alpha.12