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",