diff --git a/CHANGELOG.md b/CHANGELOG.md index ef25432..df458cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.8.0 + +Date: 2025-02-18 + - ✨ — Allow to customize agent User-Agent header (#78) - 📝 — Document how to add data to requests (#77) - ✨ — No need cron tasks for DB cleaning anymore (#74 and #75) diff --git a/argos/__init__.py b/argos/__init__.py index 6852e09..44f4ad0 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.7.4" +VERSION = "0.8.0"