From 152561e607d83652135db8efc74dba69b94b8ea8 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:43:25 -0500 Subject: [PATCH] chore(release): 0.13.0 (#145) Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3843c81..814f3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.13.0 (2024-08-16) + +### BREAKING CHANGES +* improve support for ec2 instance workers (#143) ([`afbc5fb`](https://github.com/aws-deadline/deadline-cloud-test-fixtures/commit/afbc5fb88f981976d60635cfb84d409eda65ffb8)) + + +### Bug Fixes +* start windows service depending on the worker configuration (#144) ([`602bd3b`](https://github.com/aws-deadline/deadline-cloud-test-fixtures/commit/602bd3b511b048db418734fc1a29ed43fd0ba6b2)) + ## 0.12.2 (2024-08-14)