diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6fbdc..f0c39ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 1.5.2 + +- **feature:** add replace_existing_checks option to Catalog.register() + ## 1.5.1 - **feature:** Implement creation of policies. diff --git a/consul/__init__.py b/consul/__init__.py index 6a284bc..2da0f91 100644 --- a/consul/__init__.py +++ b/consul/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.1" +__version__ = "1.5.2" from consul.check import Check from consul.exceptions import ACLDisabled, ACLPermissionDenied, ConsulException, NotFound, Timeout