From 2307fea5f613e8e66a82bfe8344d67627a4577b4 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:01:32 +0000 Subject: [PATCH] chore(release): 0.11.0 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 76c173c..8396efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.11.0 (2024-07-15) + +### BREAKING CHANGES +* Refactoring EC2InstanceWorker to Split out PosixInstanceWorker and WindowsInstanceWorker (#125) ([`5705df4`](https://github.com/aws-deadline/deadline-cloud-test-fixtures/commit/5705df43bfebf86653858288bc3121e6a1b5bef7)) + + +### Bug Fixes +* BYO Deadline now looks specifically for resource env vars. (#128) ([`852fef3`](https://github.com/aws-deadline/deadline-cloud-test-fixtures/commit/852fef32c3ed42ae327120ff1a3d90fe4478d2a6)) + ## 0.10.0 (2024-07-04) ### BREAKING CHANGES