diff --git a/HISTORY.md b/HISTORY.md index fa7009c..41f21e6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +# 2.3.3 / 2024-10-07 +- Update time handling and OAuth + # 2.3.2 / 2024-02-15 - Updating version to create a release wheel without the outdated /analytics files diff --git a/segment/analytics/version.py b/segment/analytics/version.py index a5ac616..47cb28f 100644 --- a/segment/analytics/version.py +++ b/segment/analytics/version.py @@ -1 +1 @@ -VERSION = '2.3.2' +VERSION = '2.3.3'