diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c39ec..07c771d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 1.5.3 + +- **feature:** add replace_existing_checks option to agent.service.register() +- **revert:** add replace_existing_checks option to Catalog.register() + ## 1.5.2 - **feature:** add replace_existing_checks option to Catalog.register() diff --git a/consul/__init__.py b/consul/__init__.py index 2da0f91..cbe2f38 100644 --- a/consul/__init__.py +++ b/consul/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.2" +__version__ = "1.5.3" from consul.check import Check from consul.exceptions import ACLDisabled, ACLPermissionDenied, ConsulException, NotFound, Timeout