We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40053de commit 3f80c1eCopy full SHA for 3f80c1e
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## [Unreleased][]
4
5
-[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.1...HEAD
+[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.2...HEAD
6
+
7
+## [1.27.2][] - 2022-03-23
8
9
+[1.27.2]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.1...1.27.2
10
11
### Changed
12
chaoslib/__init__.py
@@ -41,7 +41,7 @@
41
"convert_vars",
42
"PayloadEncoder",
43
]
44
-__version__ = "1.27.1"
+__version__ = "1.27.2"
45
46
47
def substitute(
0 commit comments