Skip to content

Commit 727dc19

Browse files
committed
bump version to 0.6.0
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent a1c236e commit 727dc19

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.7...HEAD
5+
[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
610

711
### Added
812

chaosslack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from slack_sdk import WebClient
1313

1414
__all__ = ["get_client", "get_channel_id", "discover"]
15-
__version__ = "0.5.7"
15+
__version__ = "0.6.0"
1616

1717

1818
def get_client(secrets: Secrets) -> WebClient:

0 commit comments

Comments
 (0)