diff --git a/docs/html/cli/pip_inspect.rst b/docs/html/cli/pip_inspect.rst
index 66217735ed1..2aa8bd3b846 100644
--- a/docs/html/cli/pip_inspect.rst
+++ b/docs/html/cli/pip_inspect.rst
@@ -4,6 +4,7 @@
pip inspect
===========
+.. versionadded:: 22.2
Usage
diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md
index fbd43cd7890..4d367da9de8 100644
--- a/docs/html/reference/inspect-report.md
+++ b/docs/html/reference/inspect-report.md
@@ -1,5 +1,8 @@
# `pip inspect` JSON output specification
+```{versionadded} 22.2
+```
+
The `pip inspect` command produces a detailed JSON report of the Python
environment, including installed distributions.