From 839429f46037116bc2663fc2eb6f6890d63d6823 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 18 Sep 2024 11:53:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?4.1)?= 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 d358f4e..da118ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.4.1 + +Date: 2024-09-18 + - 💄 — Use a custom User-Agent header - 🐛 — Fix mail and gotify alerting diff --git a/argos/__init__.py b/argos/__init__.py index 6cc293e..28afc05 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.4.0" +VERSION = "0.4.1"