Skip to content

Commit

Permalink
Bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecdn committed Dec 21, 2020
1 parent 71b37e7 commit b756eb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

1.2.1
-----
* feature: Add support for context-managers
* feature: Add support for /agent/service/:service_id API
* bugfix: rename internal connect method

1.2.0
-----
* feature: Support deregister field in Check.script
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.2.0'
__version__ = '1.2.1'

from consul.std import Consul

Expand Down

0 comments on commit b756eb5

Please sign in to comment.