Skip to content

Commit c201225

Browse files
committed
Update docs
1 parent 8e7d5b2 commit c201225

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ for this is https://en.wikipedia.org/wiki/Service_virtualization[Service Virtual
1919
- Hoverfly is a proxy, so you don't need to alter the host that you make requests to
2020
- Multiple hosts / services per single instance of Hoverfly
2121
- Https automatically supported, no extra configuration required
22+
- Supports Mutual TLS authentication capture
2223
- Interoperable with standard Hoverfly JSON, making it easy to re-use data between Java and other native language bindings.
2324
- Use externally managed Hoverfly cluster for API simulations
2425
- Request verification
@@ -36,7 +37,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/[here^]
3637
<dependency>
3738
<groupId>io.specto</groupId>
3839
<artifactId>hoverfly-java</artifactId>
39-
<version>0.12.2</version>
40+
<version>0.12.3</version>
4041
<scope>test</scope>
4142
</dependency>
4243
```
@@ -114,6 +115,6 @@ Feel free to raise an issues on Github.
114115

115116
Apache License version 2.0.
116117

117-
(c) SpectoLabs 2018.
118+
(c) SpectoLabs 2020.
118119

119120

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = u'SpectoLabs'
2020

2121

22-
version = '0.12.2'
22+
version = '0.12.3'
2323
# The full version, including alpha/beta/rc tags.
2424
release = version
2525

junit5/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/en/latest/pa
1616
<dependency>
1717
<groupId>io.specto</groupId>
1818
<artifactId>hoverfly-java-junit5</artifactId>
19-
<version>0.12.2</version>
19+
<version>0.12.3</version>
2020
<scope>test</scope>
2121
</dependency>
2222
```

src/test/resources/hoverfly/mutual-tls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"Cache-Control" : [ "no-store" ],
3333
"Connection" : [ "keep-alive" ],
3434
"Content-Type" : [ "text/html" ],
35-
"Date" : [ "Wed, 03 Jun 2020 23:55:23 GMT" ],
35+
"Date" : [ "Thu, 04 Jun 2020 00:25:52 GMT" ],
3636
"Etag" : [ "W/\"5e79513a-2af\"" ],
3737
"Hoverfly" : [ "Was-Here" ],
3838
"Last-Modified" : [ "Tue, 24 Mar 2020 00:15:54 GMT" ],
@@ -47,6 +47,6 @@
4747
"meta" : {
4848
"schemaVersion" : "v5",
4949
"hoverflyVersion" : "v1.1.5",
50-
"timeExported" : "2020-06-04T00:55:23+01:00"
50+
"timeExported" : "2020-06-04T01:25:52+01:00"
5151
}
5252
}

0 commit comments

Comments
 (0)