Skip to content

Commit 467b772

Browse files
committed
master: Merge branch 'release/2.2.1'
2 parents 36b192e + 203ee38 commit 467b772

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Version history
22
We follow [Semantic Versions](https://semver.org/).
33

4+
## 2.2.1 - Fix docs
5+
6+
### Minor changes
7+
- Fix docs [#227](https://github.com/NUTtech/Kesha/pull/227)
8+
49
## 2.2.0 - Update dependencies
510

611
### Updating dependencies

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [First steps](usage/first-steps.md)
1010
- [Proxy stubs](usage/proxy-stubs.md)
1111
- [Request scripts](usage/request-scripts.md)
12+
- [Response templating](usage/response-templating.md)
1213
- [Changelog](changelog.md)
1314
- [Contributing](contributing.md)
1415

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kesha"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "Service for testing http requests and webhooks."
55
authors = ["Evgeniy <ea@lowit.ru>"]
66
maintainers = ["Evgeniy Mitin <ea@lowit.ru>"]

0 commit comments

Comments
 (0)