diff --git a/CHANGELOG.md b/CHANGELOG.md index 01be416..f379ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.7.3 + +Date: 2025-01-26 + 🐛 — Fix bug in retry_before_notification logic when success ## 0.7.2 diff --git a/argos/__init__.py b/argos/__init__.py index 2400ae8..a10d59f 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.7.2" +VERSION = "0.7.3"