From 6d20f6c5b5a00d021bcc87e5633fa7f7fddc9a1f Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 11 May 2022 10:50:56 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e523bf..7280f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog ## Unreleased +## 0.3.9 + +## What's Changed + +### Added +- Add ECR permissions to deployment user by @bakerkretzmar in https://github.com/hammerstonedev/sidecar/pull/62 +- Add ability to configure ephemeral storage size by @bakerkretzmar in https://github.com/hammerstonedev/sidecar/pull/71 + +### Fixed +- Replace DIRECTORY_SEPARATOR with '/' by @w00key in https://github.com/hammerstonedev/sidecar/pull/69 +- Gracefully handle unexpected log output by @inxilpro in https://github.com/hammerstonedev/sidecar/pull/66 + ## 0.3.8 - 2022-02-15 ### Added