diff --git a/CHANGELOG.md b/CHANGELOG.md index 920ae23..ed14e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Version history We follow [Semantic Versions](https://semver.org/). +## 0.1.8 +- Fixed regex stubs with query args [#69](https://github.com/Uma-Tech/parrot/pull/69) + ## 0.1.7 - Fix build [#66](https://github.com/Uma-Tech/parrot/pull/66) diff --git a/pyproject.toml b/pyproject.toml index f3c5d14..b38094f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parrot" -version = "0.1.7" +version = "0.1.8" description = "Service for testing http requests and webhooks." authors = ["Evgeniy Mitin "] maintainers = ["Evgeniy Mitin "]