From 3d209fed22b39caea2a5f9fe41e318bd3ab6e189 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 14 Jan 2025 16:41:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?7.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ argos/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"