diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb5250..070c573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.7.1 + +Date: 2025-01-15 + - 🩹 — Avoid warning from MySQL only alembic instructions - 🩹 — Check before adding/removing ip_version_enum - 📝 — Improve release documentation diff --git a/argos/__init__.py b/argos/__init__.py index f406109..b90c97e 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.7.0" +VERSION = "0.7.1"