From 8fdd436ee2a92c19a52f72ce909e1d7c93493d33 Mon Sep 17 00:00:00 2001 From: Dirk Bolte Date: Fri, 4 Aug 2023 21:24:10 +0200 Subject: [PATCH] Added new version dependency in README.md (#31) ## References - TODO ## Submitter checklist - [ ] The PR request is well described and justified, including the body and the references - [ ] The PR title represents the desired changelog entry - [ ] The repository's code style is followed (see the contributing guide) - [ ] Test coverage that demonstrates that the change works as expected - [ ] For new features, there's necessary documentation in this pull request or in a subsequent PR to [wiremock.org](https://github.com/wiremock/wiremock.org) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6ad1f5..f74740a 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ the `GET` won't have any knowledge of the previous post. | `wiremock-extension-state` version | `WireMock` version | |------------------------------------|--------------------| | `0.0.3`+ | `3.0.0-beta-11`+ | +| `0.0.6`+ | `3.0.0-beta-14`+ | ## Installation