From 735a761fd5700c51e352ea33f7b18679478e11b2 Mon Sep 17 00:00:00 2001 From: Mathias Brulatout Date: Wed, 27 Mar 2024 14:59:10 +0100 Subject: [PATCH] Release version 1.4.1 --- CHANGELOG.md | 6 +++++- consul/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4903304..c1c05cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change log -## 1.4.0 +## 1.4.1 + +- **ci:** fix package publishing and update GH actions versions + +## 1.4.0 (unreleased) - **[Breaking]** due to the re-implementation of the ACL endpoint and the drop of the support of OSX and consul 1.1.0. - **feature:** re-implement some basic ACL endpoint diff --git a/consul/__init__.py b/consul/__init__.py index 7a932aa..0febb5e 100644 --- a/consul/__init__.py +++ b/consul/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.0" +__version__ = "1.4.1" from consul.check import Check from consul.exceptions import ACLDisabled, ACLPermissionDenied, ConsulException, NotFound, Timeout