diff --git a/CHANGELOG.md b/CHANGELOG.md
index 830a6b14..3c64c101 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,14 @@
 ### Breaking Changes
 
 ### Added
-- Added `--failure-exit-code [INT]` flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.
 
 ### Fixed
 
+## 4.7.0 - 2024-04-23
+
+### Added
+- Added `--failure-exit-code [INT]` flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.
+
 ## 4.6.1 - 2024-04-03
 
 ### Fixed
diff --git a/Gemfile.lock b/Gemfile.lock
index a1ea11b0..b09e8635 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    parallel_tests (4.6.1)
+    parallel_tests (4.7.0)
       parallel
 
 GEM
diff --git a/lib/parallel_tests/version.rb b/lib/parallel_tests/version.rb
index 100938af..3ea6ed3f 100644
--- a/lib/parallel_tests/version.rb
+++ b/lib/parallel_tests/version.rb
@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 module ParallelTests
-  VERSION = '4.6.1'
+  VERSION = '4.7.0'
 end
diff --git a/spec/fixtures/rails60/Gemfile.lock b/spec/fixtures/rails60/Gemfile.lock
index e32d3529..a45cfe91 100644
--- a/spec/fixtures/rails60/Gemfile.lock
+++ b/spec/fixtures/rails60/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: ../../..
   specs:
-    parallel_tests (4.6.1)
+    parallel_tests (4.7.0)
       parallel
 
 GEM
diff --git a/spec/fixtures/rails61/Gemfile.lock b/spec/fixtures/rails61/Gemfile.lock
index d7015876..aa2c0f88 100644
--- a/spec/fixtures/rails61/Gemfile.lock
+++ b/spec/fixtures/rails61/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: ../../..
   specs:
-    parallel_tests (4.6.1)
+    parallel_tests (4.7.0)
       parallel
 
 GEM
diff --git a/spec/fixtures/rails70/Gemfile.lock b/spec/fixtures/rails70/Gemfile.lock
index f818c276..abdf2ba4 100644
--- a/spec/fixtures/rails70/Gemfile.lock
+++ b/spec/fixtures/rails70/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: ../../..
   specs:
-    parallel_tests (4.6.1)
+    parallel_tests (4.7.0)
       parallel
 
 GEM