diff --git a/CHANGELOG.md b/CHANGELOG.md index 707a25e..0d13d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.7.0 + +Date: 2025-01-14 + - ✨ — IPv4/IPv6 choice for checks, and choice for a dual-stack check (#69) - ⚡ — Mutualize check requests (#68) - ✨ — Ability to delay notification after X failures (#71) diff --git a/argos/__init__.py b/argos/__init__.py index 12c1ab2..f406109 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.6.1" +VERSION = "0.7.0"