From 318935ef66557a1906560e4e7d0069344a4b31bf Mon Sep 17 00:00:00 2001
From: Lovepreet Singh <pdotl@github.com>
Date: Thu, 4 Aug 2022 10:37:56 +0000
Subject: [PATCH] Update README and RELEASES

---
 README.md   | 2 ++
 RELEASES.md | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e794e76..fb49b3d 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
 * Updated the minimum runner version support from node 12 -> node 16.
 * Fixed avoiding empty cache save when no files are available for caching.
 * Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
+* Fixed zstd failing on amazon linux 2.0 runners
+* Fixed cache not working with github workspace directory or current directory
 
 Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
 
diff --git a/RELEASES.md b/RELEASES.md
index 209129f..0957bf8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -17,4 +17,8 @@
 - Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`. ([issue](https://github.com/actions/cache/issues/689))
 
 ### 3.0.5
-- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ([PR](https://github.com/actions/cache/pull/834))
\ No newline at end of file
+- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ([PR](https://github.com/actions/cache/pull/834))
+
+### 3.0.6
+- Fixed [#809](https://github.com/actions/cache/issues/809) - zstd -d: no such file or directory error
+- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
\ No newline at end of file