diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c551c..bb5738e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 2.2.4 (11/5/2024) +- fix: truncation can fail catastrophically when % reporting is too low [#138](https://github.com/washingtonpost/elex-live-model/pull/138) + # 2.2.3 (11/5/2024) - chore: adding additional log [#135](https://github.com/washingtonpost/elex-live-model/pull/135) diff --git a/setup.py b/setup.py index 5380de4..dc51a7e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = "2.2.3" +RELEASE = "2.2.4" # The short X.Y version VERSION = ".".join(RELEASE.split(".")[:2])