diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f3922..fa58919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.9.0 + +Date: 2025-02-18 + - 🐛 — Fix worker timeout for old results cleaning in recurring tasks (#84) 💥 Old results are now removed by their age, not based on their number. diff --git a/argos/__init__.py b/argos/__init__.py index a6cfa12..976684a 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.8.2" +VERSION = "0.9.0"