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