diff --git a/README.md b/README.md
index 1265e2e..51589bf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Package form
============
-

+

[](https://github.com/go-playground/form/actions/workflows/workflow.yml)
[](https://coveralls.io/github/go-playground/form?branch=master)
[](https://goreportcard.com/report/github.com/go-playground/form)
diff --git a/go.mod b/go.mod
index f88a222..a178c71 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,9 @@ module github.com/go-playground/form/v4
go 1.13
+retract (
+ v4.2.2 // Accidentally publiches breaking change
+ v4.2.3 // For retractions and revert of that code.
+)
+
require github.com/go-playground/assert/v2 v2.0.1