From bd8a43008d29c585cdee21b0a0f29cb2c9f3383d Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Sun, 19 May 2024 16:56:26 -0600 Subject: [PATCH] - Add v2.14.2 compatibility (#47) --- tautulli/API_VERSIONS.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tautulli/API_VERSIONS.json b/tautulli/API_VERSIONS.json index 088c0e3..453e876 100644 --- a/tautulli/API_VERSIONS.json +++ b/tautulli/API_VERSIONS.json @@ -1,4 +1,5 @@ [ "2.14.0-beta", - "2.14.1-beta" + "2.14.1-beta", + "2.14.2" ]