From 6d30e512af467532ce0cb0d969b33558a8112c5f Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Tue, 7 Apr 2026 11:04:30 -0400 Subject: [PATCH] Release 2.3.6. --- HISTORY.md | 3 +++ segment/analytics/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 613a38c..f0fb99e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +# 2.3.6 / 2026-4-7 +- Update and widen PyJWT version to address security issue + # 2.3.5 / 2025-11-18 - Fix for Github Issue #516 - Fix for Github Issue #515 diff --git a/segment/analytics/version.py b/segment/analytics/version.py index b4ab188..68e46dd 100644 --- a/segment/analytics/version.py +++ b/segment/analytics/version.py @@ -1 +1 @@ -VERSION = '2.3.5' +VERSION = '2.3.6'