Skip to content

Commit

Permalink
upgrade version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaillet committed May 15, 2024
1 parent 579a991 commit 8cd2e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 1.5.0

- **[Breaking]** ACL endpoint change, consul.acl is now consul.acl.token
- **feature:** add consul.acl.policy.list and acl.policy.read

## 1.4.1

- **ci:** fix package publishing and update GH actions versions
Expand Down
2 changes: 1 addition & 1 deletion consul/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.1"
__version__ = "1.5.0"

from consul.check import Check
from consul.exceptions import ACLDisabled, ACLPermissionDenied, ConsulException, NotFound, Timeout
Expand Down

0 comments on commit 8cd2e11

Please sign in to comment.