diff --git a/CHANGELOG.md b/CHANGELOG.md index a57a90d..d6049c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Version history We follow [Semantic Versions](https://semver.org/). +## 2.2.1 - Fix docs + +### Minor changes +- Fix docs [#227](https://github.com/NUTtech/Kesha/pull/227) + ## 2.2.0 - Update dependencies ### Updating dependencies diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index b4b439d..ac6eaea 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -9,6 +9,7 @@ - [First steps](usage/first-steps.md) - [Proxy stubs](usage/proxy-stubs.md) - [Request scripts](usage/request-scripts.md) + - [Response templating](usage/response-templating.md) - [Changelog](changelog.md) - [Contributing](contributing.md) diff --git a/pyproject.toml b/pyproject.toml index 4c6d07c..01ff0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kesha" -version = "2.2.0" +version = "2.2.1" description = "Service for testing http requests and webhooks." authors = ["Evgeniy "] maintainers = ["Evgeniy Mitin "]