Skip to content

Commit 2823d98

Browse files
committed
add missing context
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent e7afd1f commit 2823d98

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased][]
44

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

713
## [0.5.3][]
814

chaosslack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.5.3"
2+
__version__ = "0.5.4"

chaosslack/control.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def after_loading_experiment_control(
4040
) -> None:
4141
send(
4242
"Experiment loaded",
43+
context,
4344
channel,
4445
configuration,
4546
secrets,

0 commit comments

Comments
 (0)