From 13171a8b293837517c0446ec0e149e9d10ea3d10 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 23 Aug 2021 19:27:06 +0200 Subject: [PATCH] add C# 2.38.1 and 2.39.1 to interop matrix (#27084) --- tools/interop_matrix/client_matrix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 7a398ab19f0..6354c2306e0 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -480,5 +480,7 @@ LANG_RELEASE_MATRIX = { ('v1.35.0', ReleaseInfo()), ('v1.36.3', ReleaseInfo()), ('v1.37.0', ReleaseInfo()), + ('v1.38.1', ReleaseInfo()), + ('v1.39.1', ReleaseInfo()), ]), }