diff --git a/2.1.x/multi/multi__introduction.html b/2.1.x/multi/multi__introduction.html
index b0d5b28ce..638796ab5 100644
--- a/2.1.x/multi/multi__introduction.html
+++ b/2.1.x/multi/multi__introduction.html
@@ -111,6 +111,7 @@ To do so, you have to do the following (for readability, we pass the dependencie
"span": "%X{X-B3-SpanId:-}",
"parent": "%X{X-B3-ParentSpanId:-}",
"exportable": "%X{X-Span-Export:-}",
+ "baggage": "%X{key:-}",
"pid": "${PID:-}",
"thread": "%thread",
"class": "%logger{40}",
diff --git a/2.1.x/single/spring-cloud-sleuth.html b/2.1.x/single/spring-cloud-sleuth.html
index 5a59fa1b1..d5af6e469 100644
--- a/2.1.x/single/spring-cloud-sleuth.html
+++ b/2.1.x/single/spring-cloud-sleuth.html
@@ -111,6 +111,7 @@ To do so, you have to do the following (for readability, we pass the dependencie
"span": "%X{X-B3-SpanId:-}",
"parent": "%X{X-B3-ParentSpanId:-}",
"exportable": "%X{X-Span-Export:-}",
+ "baggage": "%X{key:-}",
"pid": "${PID:-}",
"thread": "%thread",
"class": "%logger{40}",
diff --git a/2.1.x/spring-cloud-sleuth.xml b/2.1.x/spring-cloud-sleuth.xml
index 4ff05cdb7..73e9abae3 100644
--- a/2.1.x/spring-cloud-sleuth.xml
+++ b/2.1.x/spring-cloud-sleuth.xml
@@ -4,7 +4,7 @@
Spring Cloud Sleuth
-2020-02-19
+2020-02-20
Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
@@ -313,6 +313,7 @@ To do so, you have to do the following (for readability, we pass the dependencie
"span": "%X{X-B3-SpanId:-}",
"parent": "%X{X-B3-ParentSpanId:-}",
"exportable": "%X{X-Span-Export:-}",
+ "baggage": "%X{key:-}",
"pid": "${PID:-}",
"thread": "%thread",
"class": "%logger{40}",