From d69d1b2981f7c4d11636c818eb1fed19b304509b Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Mon, 30 Jan 2023 11:40:09 +0100
Subject: [PATCH] Bump version + changelog

---
 RELEASES.md  | 5 ++++-
 package.json | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/RELEASES.md b/RELEASES.md
index 428d9ec..50cfd91 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -66,4 +66,7 @@
 
 ### 3.2.3
 - Support cross os caching on Windows as an opt-in feature.
-- Fix issue with symlink restoration on Windows for cross-os caches.
\ No newline at end of file
+- Fix issue with symlink restoration on Windows for cross-os caches.
+
+### 3.2.4
+- Added option to fail job on cache miss.
diff --git a/package.json b/package.json
index 1f8c005..61aa6e5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cache",
-  "version": "3.2.3",
+  "version": "3.2.4",
   "private": true,
   "description": "Cache dependencies and build outputs",
   "main": "dist/restore/index.js",