You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version, readme, and changelog for new release.
Update readme to link to the site and replace outdated information.
Signed-off-by: thc202 <[email protected]>
The Java implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information
8
+
The Java implementation to access the [OWASP ZAP API](https://www.zaproxy.org/docs/api/). For more information
9
9
about OWASP ZAP consult the (main) [OWASP ZAP project](https://github.com/zaproxy/zaproxy/).
10
10
11
11
This project produces two libraries:
@@ -22,15 +22,16 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c
22
22
23
23
* GroupId: `org.zaproxy`
24
24
* ArtifactId: `zap-clientapi`
25
-
* Version: `1.7.0`
25
+
* Version: `1.8.0`
26
26
27
27
Previous releases are also available, more details can be found in [Maven Central](https://search.maven.org/search?q=g:org.zaproxy%20AND%20a:zap-clientapi&core=gav).
28
28
29
29
## Getting Help
30
30
31
31
For help using OWASP ZAP API refer to:
32
32
*[Examples](subprojects/zap-clientapi/src/examples/java/org/zaproxy/clientapi/examples) - collection of examples using the library;
33
-
*[The help section](https://github.com/zaproxy/zaproxy/blob/develop/README.md#for-help-using-zap) of the main ZAP repo;
0 commit comments