We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7afd1f commit 2823d98Copy full SHA for 2823d98
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
## [Unreleased][]
4
5
-[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.3...HEAD
+[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.4...HEAD
6
+
7
+## [0.5.4][]
8
9
+[0.5.4]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.3...0.5.4
10
11
+- Add missing context
12
13
## [0.5.3][]
14
chaosslack/__init__.py
@@ -1,2 +1,2 @@
1
# -*- coding: utf-8 -*-
-__version__ = "0.5.3"
+__version__ = "0.5.4"
chaosslack/control.py
@@ -40,6 +40,7 @@ def after_loading_experiment_control(
40
) -> None:
41
send(
42
"Experiment loaded",
43
+ context,
44
channel,
45
configuration,
46
secrets,
0 commit comments