internal/history: document Go 1.22.3 and 1.21.10 releases

Change-Id: I2896372623027eceb1edfd9fea0cc8241295dff0
Reviewed-on: https://go-review.googlesource.com/c/website/+/583777
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/internal/history/release.go b/internal/history/release.go
index 2850256..a03af6d 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -15,6 +15,26 @@
 // The table is sorted by date, breaking ties with newer versions first.
 var Releases = []*Release{
 	{
+		Date: Date{2024, 5, 7}, Version: Version{1, 22, 3},
+		Security: &FixSummary{
+			Components: []template.HTML{"the <code>go</code> command"},
+			Packages:   []string{"net"},
+		},
+		Bug: &FixSummary{
+			Components: []template.HTML{"the compiler", "the runtime"},
+			Packages:   []string{"net/http"},
+		},
+	},
+	{
+		Date: Date{2024, 5, 7}, Version: Version{1, 21, 10},
+		Security: &FixSummary{
+			Components: []template.HTML{"the <code>go</code> command"},
+		},
+		Bug: &FixSummary{
+			Packages: []string{"net/http"},
+		},
+	},
+	{
 		Date: Date{2024, 4, 3}, Version: Version{1, 22, 2},
 		Security: &FixSummary{Quantifier: "a", Packages: []string{"net/http"}},
 		Bug: &FixSummary{