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'