From 4630757c17e577edc087151beab0b143816d5580 Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sun, 12 May 2024 18:23:48 -0400 Subject: [PATCH] docs: add CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..58ced91 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 2.1.0 + +* Added input option `mount-if-exists` to allow mounting pre-existing VHDX drives (e.g. from `actions/cache`). + +# 2.0.0 + +* The default `drive-type` is now `Dynamic` instead of `Fixed`. + +# 1.1.0 + +* Support `drive-type` input allowing to set the drive allocation to `Fixed` or `Dynamic`. + +# 1.0.0 + +* Initial Release