We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c236e commit 727dc19Copy full SHA for 727dc19
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## [Unreleased][]
4
5
-[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.7...HEAD
+[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.6.0...HEAD
6
+
7
+## [0.6.0][]
8
9
+[0.6.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.7...0.6.0
10
11
### Added
12
chaosslack/__init__.py
@@ -12,7 +12,7 @@
from slack_sdk import WebClient
13
14
__all__ = ["get_client", "get_channel_id", "discover"]
15
-__version__ = "0.5.7"
+__version__ = "0.6.0"
16
17
18
def get_client(secrets: Secrets) -> WebClient:
0 commit comments