diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index dc3901f9..201b1a8d 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -36,4 +36,7 @@ ### 1.0.6 - Make caching more verbose [#650](https://github.com/actions/toolkit/pull/650) -- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701) \ No newline at end of file +- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701) + +### 1.0.7 +- Fixes permissions issue extracting archives with GNU tar on macOS ([issue](https://github.com/actions/cache/issues/527))